MauriceGit / skiplist
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
☆286Updated 2 years ago
Alternatives and similar repositories for skiplist
Users that are interested in skiplist are comparing it to the libraries listed below
Sorting:
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Fast and easy-to-use skip list for Go.☆416Updated 8 months ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆482Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- Go Pooling Helpers☆114Updated 4 years ago
- errgroup with goroutine worker limits☆164Updated 2 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- TinyLFU cache admission policy☆261Updated 4 months ago
- concurrency utilities☆299Updated 5 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated last year
- A highly optimized double-ended queue☆198Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- High resolution timing and benchmarking for Go☆257Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 10 months ago
- auto adjust your GOGC value☆228Updated 9 months ago
- Write ahead log for Go.☆661Updated 6 months ago
- Adaptive Radix Trees implemented in Go☆390Updated 5 months ago
- A quick tour (or reminder) of Go performance tools☆269Updated 3 years ago
- A skip list implementation in Go☆238Updated 5 years ago
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆398Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆210Updated 8 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆569Updated 2 months ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆546Updated 9 months ago
- Go asynchronous simple function utilities, for managing execution of closures and callbacks☆124Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago