dgryski / go-rendezvousLinks
rendezvous hashing
☆69Updated 4 years ago
Alternatives and similar repositories for go-rendezvous
Users that are interested in go-rendezvous are comparing it to the libraries listed below
Sorting:
- Ketama implementation compatible with Algorithm::Ketama☆70Updated 5 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Bytes buffer that implements seeking and partially persisting to disk☆36Updated 2 years ago
- An implementation of Count-Min Sketch in Golang☆37Updated 10 months ago
- A distributed service for monotonically increasing tickets.☆42Updated 5 years ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- Raft in-memory backend implementation with persistence☆85Updated 5 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Go implementation of maglev hashing☆94Updated 2 years ago
- Go translation of MetroHash☆113Updated 9 months ago
- xxh3 fast hash function☆105Updated 6 years ago
- Kernel based asynchronous IO library in pure golang☆78Updated 3 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 6 years ago
- Streaming TopK estimates☆88Updated 4 years ago
- Go packages and tools for Linux perf☆144Updated 2 years ago
- sharded key-value store compatible with p5-ShardedKV☆38Updated 4 years ago
- Badger-based backend for Hashicorp's raft package☆28Updated 6 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆62Updated 4 years ago
- Circular buffer backed by MMAPed file for golang☆91Updated last year
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆114Updated last year
- Collection of Go packages for working with the http.FileSystem interface.☆63Updated last year
- Golang port of simdjson