huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆427Updated 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☆292Updated 2 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- A Go package providing a filesystem-backed FIFO queue☆495Updated 2 months 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
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆607Updated 8 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆406Updated last year
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- ☆498Updated last week
- Examples for Dragonboat☆192Updated last year
- TinyLFU cache admission policy☆268Updated 10 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years 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 2 years ago
- Write ahead log for Go.☆690Updated 3 months ago
- Adaptive Radix Trees implemented in Go☆406Updated last week
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 7 months ago
- Simple SQL parser meant for querying CSV files☆425Updated 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.☆223Updated last year
- high-performance common weighted algorithm library☆203Updated 2 years ago
- auto adjust your GOGC value☆230Updated last year
- reflect api without runtime reflect.Value cost☆813Updated 8 months ago
- ☆126Updated 4 months ago
- Raft backend implementation using BoltDB☆695Updated 3 weeks ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆277Updated 10 months ago
- concurrency utilities☆304Updated 6 years ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆380Updated last month
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 4 years ago