dgryski / go-rendezvousLinks
rendezvous hashing
☆67Updated 3 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☆69Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Bytes buffer that implements seeking and partially persisting to disk☆36Updated 2 years ago
- Roaring Bitmaps - compressed bitmaps in Go☆48Updated 10 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- Raft in-memory backend implementation with persistence☆84Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆61Updated 4 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Go implementation of maglev hashing☆93Updated 2 years ago
- Golang port of simdjson☆86Updated 5 years ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- Streaming TopK estimates☆87Updated 4 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- An implementation of Count-Min Sketch in Golang☆36Updated 7 months ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- ☆102Updated 6 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- SSE-optimized group varint integer encoding☆37Updated 2 years ago
- Replicated key-value store driven by the raft consensus protocol☆30Updated 7 years ago
- Circular buffer backed by MMAPed file for golang