MauriceGit / skiplist
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
☆282Updated 2 years 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
- Fast and easy-to-use skip list for Go.☆397Updated 4 months ago
- A Go package providing a filesystem-backed FIFO queue☆477Updated last year
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- Fast resizable golang semaphore primitive☆176Updated 3 years ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆533Updated 2 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Adaptive Radix Trees implemented in Go☆383Updated 2 months ago
- A quick tour (or reminder) of Go performance tools☆264Updated 3 years ago
- TinyLFU cache admission policy☆257Updated 3 weeks ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- auto adjust your GOGC value☆223Updated 6 months ago
- concurrency utilities☆292Updated 5 years ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Eventually consistent distributed in-memory cache Go library☆157Updated 2 years ago
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆542Updated 6 months ago
- A fast little LRU cache for Go☆167Updated last year
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Fast golang queue using ring-buffer☆620Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆394Updated 8 months ago
- Fast, fully fledged murmur3 in Go.☆317Updated last year
- 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.☆252Updated last year