huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆429Updated 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☆294Updated 2 years ago
- A fast, threadsafe skip list in Go☆270Updated 4 years ago
- A Go package providing a filesystem-backed FIFO queue☆497Updated 4 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
- ☆500Updated last month
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆613Updated 9 months ago
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Adaptive Radix Trees implemented in Go☆411Updated last month
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Updated last year
- Examples for Dragonboat☆193Updated last year
- reflect api without runtime reflect.Value cost☆819Updated 9 months ago
- Golang Serializer Benchmark Comparison☆413Updated 3 years ago
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- Write ahead log for Go.☆701Updated 4 months ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years ago
- high-performance common weighted algorithm library☆204Updated 2 years ago
- ☆126Updated 5 months ago
- concurrency utilities☆304Updated 6 years ago
- auto adjust your GOGC value☆231Updated last year
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆165Updated 4 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆382Updated 7 months ago
- Clone any Go data structure deeply and thoroughly.☆327Updated 8 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- TinyLFU cache admission policy☆270Updated 11 months ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆385Updated this week
- Tools for building go apps.☆686Updated 3 years ago
- Raft backend implementation using BoltDB☆699Updated 2 months ago