huandu / skiplist
Fast and easy-to-use skip list for Go.
☆397Updated 3 months ago
Alternatives and similar repositories for skiplist:
Users that are interested in skiplist are comparing it to the libraries listed below
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated last year
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- Examples for Dragonboat☆186Updated 5 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆524Updated last month
- TinyLFU cache admission policy☆257Updated last month
- ⚡️ lock-free utilities in Go☆151Updated 7 months ago
- reflect api without runtime reflect.Value cost☆773Updated 6 months ago
- ☆465Updated last month
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆404Updated 5 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.☆250Updated last year
- Adaptive Radix Trees implemented in Go☆380Updated last month
- ☆125Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆154Updated last year
- Write ahead log for Go.☆627Updated 2 months ago
- An implementation of failpoints for Golang.☆832Updated 7 months ago
- Anti-memory-waste byte buffer pool☆1,216Updated 5 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆371Updated last year
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆588Updated 2 years ago
- Raft backend implementation using BoltDB☆664Updated this week
- Deep copy things☆575Updated 4 years ago
- Fast golang queue using ring-buffer☆618Updated last year
- Clone any Go data structure deeply and thoroughly.☆306Updated 8 months ago
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆163Updated 3 years ago
- ☆325Updated 6 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆392Updated 7 months ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆767Updated 4 months ago
- concurrency utilities☆291Updated 5 years ago