huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆430Updated 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☆270Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 3 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
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆618Updated last week
- Examples for Dragonboat☆193Updated last year
- Fast and scalable pseudorandom generator for Go☆207Updated 4 years ago
- Adaptive Radix Trees implemented in Go☆412Updated 2 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆408Updated last year
- Golang Serializer Benchmark Comparison☆413Updated 3 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.☆222Updated last year
- ☆501Updated 2 weeks ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Clone any Go data structure deeply and thoroughly.☆331Updated 9 months ago
- reflect api without runtime reflect.Value cost☆821Updated 10 months ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- Write ahead log for Go.☆704Updated 5 months ago
- auto adjust your GOGC value☆231Updated last year
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆604Updated 3 years ago
- high-performance common weighted algorithm library☆204Updated 2 years ago
- Simple SQL parser meant for querying CSV files☆425Updated 4 years ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆165Updated 4 years ago
- concurrency utilities☆304Updated 6 years ago
- TinyLFU cache admission policy☆270Updated last year
- ☆126Updated 6 months ago
- Raft backend implementation using BoltDB☆701Updated 2 weeks ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆384Updated 8 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆161Updated 2 years ago
- Go Pooling Helpers☆119Updated 5 years ago