MauriceGit / skiplist
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
☆279Updated last year
Alternatives and similar repositories for skiplist:
Users that are interested in skiplist are comparing it to the libraries listed below
- Fast and easy-to-use skip list for Go.☆385Updated 2 months ago
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- errgroup with goroutine worker limits☆162Updated last year
- A Go package providing a filesystem-backed FIFO queue☆474Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆370Updated 11 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆152Updated last year
- Fast resizable golang semaphore primitive☆176Updated 3 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- Fast and scalable pseudorandom generator for Go☆201Updated 3 years ago
- Eventually consistent distributed in-memory cache Go library☆156Updated last year
- Fast, fully fledged murmur3 in Go.☆310Updated last year
- A quick tour (or reminder) of Go performance tools☆264Updated 3 years ago
- concurrency utilities☆289Updated 5 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- TinyLFU cache admission policy☆254Updated last year
- High resolution timing and benchmarking for Go☆257Updated 4 years ago
- Adaptive Radix Trees implemented in Go☆375Updated this week
- A revamped Google's jump consistent hash☆103Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆518Updated 2 weeks ago
- A fast little LRU cache for Go☆168Updated last year
- A skip list implementation in Go☆238Updated 5 years ago
- A highly optimized double-ended queue☆187Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆290Updated 5 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.☆183Updated 3 months ago
- Load file-backed memory☆121Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- high-performance common weighted algorithm library☆199Updated last year
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago