huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆422Updated last year
Alternatives and similar repositories for skiplist
Users that are interested in skiplist are comparing it to the libraries listed below
Sorting:
- A fast, threadsafe skip list in Go☆268Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 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.☆262Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆496Updated 2 weeks ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆594Updated 6 months ago
- Adaptive Radix Trees implemented in Go☆400Updated 9 months ago
- Examples for Dragonboat☆189Updated last year
- Write ahead log for Go.☆679Updated last month
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆404Updated last year
- Fast golang queue using ring-buffer☆632Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- ☆493Updated 3 weeks ago
- Golang Serializer Benchmark Comparison☆416Updated 2 years ago
- auto adjust your GOGC value☆228Updated last year
- TinyLFU cache admission policy☆266Updated 8 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.☆220Updated last year
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆374Updated 3 weeks ago
- Simple SQL parser meant for querying CSV files☆425Updated 4 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- high-performance common weighted algorithm library☆203Updated 2 years ago
- Raft backend implementation using BoltDB☆691Updated this week
- concurrency utilities☆301Updated 6 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).☆275Updated 8 months ago
- reflect api without runtime reflect.Value cost☆805Updated 6 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆378Updated 4 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆601Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆324Updated 5 months ago