tidwall / shardmap
A simple and efficient thread-safe sharded hashmap for Go
☆225Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for shardmap
- Go Pooling Helpers☆113Updated 4 years ago
- High resolution timing and benchmarking for Go☆256Updated 4 years ago
- A fast little LRU cache for Go☆157Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- Load file-backed memory☆121Updated 2 years ago
- Fast resizable golang semaphore primitive☆173Updated 3 years ago
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- concurrency utilities☆289Updated 5 years ago
- Fast, fully fledged murmur3 in Go.☆306Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆214Updated last year
- errgroup with goroutine worker limits☆162Updated last year
- A revamped Google's jump consistent hash☆102Updated 2 years ago
- A fast, threadsafe skip list in Go☆264Updated 3 years ago
- Golang library for io_uring (without CGO)☆132Updated 3 years ago
- Storing strings without GC overhead☆82Updated 4 years ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- ☆110Updated last year
- high-performance common weighted algorithm library☆198Updated last year
- auto adjust your GOGC value☆219Updated 3 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆390Updated 5 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆286Updated 4 months ago
- Zero-allocation type-safe pool for Go☆223Updated last year
- Customizable TCP net.Listener for Go☆145Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆150Updated last year
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- hotfix for go applications via plugin, supports Linux and MacOS☆135Updated 6 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆160Updated 3 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆370Updated 10 months ago