huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆418Updated 10 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☆287Updated 2 years ago
- A fast, threadsafe skip list in Go☆267Updated 3 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.☆260Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆489Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆590Updated 4 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆403Updated last year
- Examples for Dragonboat☆187Updated 11 months ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- Adaptive Radix Trees implemented in Go☆395Updated 7 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.☆213Updated 11 months ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- TinyLFU cache admission policy☆266Updated 6 months ago
- ☆488Updated last week
- Clone any Go data structure deeply and thoroughly.☆321Updated 3 months ago
- Write ahead log for Go.☆669Updated 8 months ago
- ☆124Updated last week
- reflect api without runtime reflect.Value cost☆802Updated 4 months ago
- Fast golang queue using ring-buffer☆630Updated 2 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆158Updated 2 years ago
- Simple SQL parser meant for querying CSV files☆424Updated 3 years ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆375Updated 2 months ago
- Raft backend implementation using BoltDB☆686Updated 3 weeks ago
- concurrency utilities☆301Updated 5 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆270Updated 6 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆599Updated 2 years ago
- B+ tree in pure Go.☆94Updated 10 years ago
- high-performance common weighted algorithm library☆202Updated 2 years ago