huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆424Updated 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☆269Updated 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☆495Updated last month
- Examples for Dragonboat☆189Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆597Updated 7 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆405Updated last year
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- ☆494Updated last month
- 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
- Golang Serializer Benchmark Comparison☆414Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Raft backend implementation using BoltDB☆692Updated 3 weeks ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 5 months ago
- Adaptive Radix Trees implemented in Go☆401Updated 10 months ago
- Fast golang queue using ring-buffer☆634Updated 2 years ago
- reflect api without runtime reflect.Value cost☆807Updated 6 months ago
- TinyLFU cache admission policy☆266Updated 8 months ago
- Write ahead log for Go.☆680Updated last month
- 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
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years ago
- concurrency utilities☆303Updated 6 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- ☆126Updated 2 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆379Updated 4 months ago
- Tools for building go apps.☆684Updated 3 years ago
- Simple SQL parser meant for querying CSV files☆425Updated 4 years ago
- auto adjust your GOGC value☆230Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆276Updated 8 months ago