MauriceGit / skiplist
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
☆285Updated 2 years ago
Alternatives and similar repositories for skiplist:
Users that are interested in skiplist are comparing it to the libraries listed below
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Fast and easy-to-use skip list for Go.☆410Updated 7 months ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- A Go package providing a filesystem-backed FIFO queue☆478Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- TinyLFU cache admission policy☆261Updated 3 months ago
- concurrency utilities☆296Updated 5 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆565Updated last month
- Eventually consistent distributed in-memory cache Go library☆159Updated 2 years ago
- errgroup with goroutine worker limits☆164Updated 2 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 10 months ago
- Adaptive Radix Trees implemented in Go☆388Updated 4 months ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 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.☆209Updated 8 months ago
- A fast little LRU cache for Go☆169Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆395Updated 11 months ago
- A quick tour (or reminder) of Go performance tools☆267Updated 3 years ago
- Fast, fully fledged murmur3 in Go.☆326Updated last year
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- Face-meltingly fast, thread-safe, marshalable, unionable, probability- and optimal-size-calculating Bloom filter in go☆353Updated 6 years ago
- high-performance common weighted algorithm library☆203Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- Patch all Go functions for testing☆256Updated last year
- A highly optimized double-ended queue☆194Updated last year