tysonmote / rendezvousLinks
Golang implementation of rendezvous hashing (highest random weight hashing)
☆42Updated last year
Alternatives and similar repositories for rendezvous
Users that are interested in rendezvous are comparing it to the libraries listed below
Sorting:
- Pure Go implementation of xxHash (32 and 64 bits versions)☆62Updated 4 years ago
- Small trigram indexer☆33Updated last year
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A distributed service for monotonically increasing tickets.☆42Updated 5 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Ketama implementation compatible with Algorithm::Ketama☆69Updated 5 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Benchmarking various RPC implementations☆88Updated 5 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- Kernel based asynchronous IO library in pure golang☆78Updated 3 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- An implementation of Count-Min Sketch in Golang☆37Updated 9 months ago
- galaxycache is a caching and cache-filling library based on groupcache.☆69Updated 2 months ago
- Raft in-memory backend implementation with persistence☆84Updated 5 years ago
- A golang zero-allocation HTTP parser (and eventually http server)☆77Updated 10 years ago
- A revamped Google's jump consistent hash☆107Updated 2 years ago
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- Distributed SQL query engine written in Go for big data☆91Updated 7 years ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- A RAFT Election implementation in Go.☆189Updated 4 months ago
- Fast approximate quantiles in Go☆126Updated 2 years ago
- System V shared memory functions in pure Go.☆134Updated 11 months ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Radio is a library for creating RESP (REdis Serialization Protocol) comaptible services.☆31Updated 5 years ago
- Raft backend implementation using BadgerDB☆118Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries