huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆430Updated last year
Alternatives and similar repositories for skiplist
Users that are interested in skiplist are comparing it to the libraries listed below
Sorting:
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆293Updated 2 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 3 months ago
- Examples for Dragonboat☆193Updated last year
- ☆500Updated last month
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆611Updated 9 months ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Updated last year
- Adaptive Radix Trees implemented in Go☆408Updated last month
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- ⚡️ lock-free utilities in Go☆163Updated last year
- Clone any Go data structure deeply and thoroughly.☆325Updated 7 months ago
- Simple SQL parser meant for querying CSV files☆425Updated 4 years ago
- Write ahead log for Go.☆691Updated 3 months ago
- reflect api without runtime reflect.Value cost☆819Updated 9 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- Golang Serializer Benchmark Comparison☆413Updated 3 years ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years ago
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- auto adjust your GOGC value☆230Updated last year
- high-performance common weighted algorithm library☆204Updated 2 years ago
- ☆126Updated 4 months ago
- concurrency utilities☆304Updated 6 years ago
- Raft backend implementation using BoltDB☆697Updated last month
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆165Updated 4 years ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆301Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆279Updated 10 months ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆382Updated last month