huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆426Updated 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☆290Updated 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.☆263Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆495Updated last month
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆602Updated 7 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- Examples for Dragonboat☆191Updated last year
- Adaptive Radix Trees implemented in Go☆405Updated 10 months ago
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- Write ahead log for Go.☆687Updated 2 months ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 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.☆220Updated last year
- ☆497Updated 2 months ago
- Golang Serializer Benchmark Comparison☆413Updated 2 years ago
- reflect api without runtime reflect.Value cost☆811Updated 7 months ago
- Simple SQL parser meant for querying CSV files☆425Updated 4 years ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 6 months ago
- Fast golang queue using ring-buffer☆634Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- ☆126Updated 3 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆601Updated 3 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆380Updated 5 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- auto adjust your GOGC value☆230Updated last year
- TinyLFU cache admission policy☆267Updated 9 months ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆276Updated 9 months ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆378Updated 2 weeks ago
- high-performance common weighted algorithm library☆203Updated 2 years ago
- concurrency utilities☆304Updated 6 years ago