huandu / skiplist
Fast and easy-to-use skip list for Go.
☆397Updated 4 months ago
Alternatives and similar repositories for skiplist:
Users that are interested in skiplist are comparing it to the libraries listed below
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆533Updated 2 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.☆252Updated last year
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆404Updated 5 years ago
- Adaptive Radix Trees implemented in Go☆383Updated 2 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Fast golang queue using ring-buffer☆620Updated last year
- ☆469Updated last week
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆394Updated 8 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- Raft backend implementation using BoltDB☆671Updated this week
- Deep copy things☆577Updated 4 years ago
- Tools for building go apps.☆674Updated 2 years ago
- Anti-memory-waste byte buffer pool☆1,225Updated 7 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.☆202Updated 5 months ago
- TinyLFU cache admission policy☆257Updated 3 weeks ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆163Updated 3 years ago
- reflect api without runtime reflect.Value cost☆777Updated 7 months ago
- Write ahead log for Go.☆636Updated 3 months ago
- Examples for Dragonboat☆185Updated 6 months ago
- golang timewheel similar to glang std timer☆294Updated last year
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆590Updated 2 years ago
- An implementation of failpoints for Golang.☆840Updated 8 months ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- Go package implementing bitsets☆1,380Updated 2 weeks ago