huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆418Updated 9 months ago
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☆286Updated 2 years ago
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆487Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆260Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆581Updated 3 months ago
- Examples for Dragonboat☆186Updated 11 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆403Updated last year
- Write ahead log for Go.☆667Updated 7 months ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- ☆488Updated 2 months ago
- Raft backend implementation using BoltDB☆684Updated this week
- Adaptive Radix Trees implemented in Go☆392Updated 6 months 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.☆212Updated 10 months ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- reflect api without runtime reflect.Value cost☆798Updated 3 months ago
- Simple SQL parser meant for querying CSV files☆424Updated 3 years ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆301Updated last year
- Clone any Go data structure deeply and thoroughly.☆321Updated 2 months ago
- Fast golang queue using ring-buffer☆629Updated 2 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆375Updated last month
- RocksDB wrapper for Go. Support 9.x, 8.x, 7.x, 6.x, etc☆360Updated last month
- auto adjust your GOGC value☆228Updated 10 months ago
- TinyLFU cache admission policy☆265Updated 5 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆596Updated 2 years ago
- concurrency utilities☆301Updated 5 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago
- high-performance common weighted algorithm library☆202Updated 2 years ago