repositorypackage
0.0.0-20151118195501-67b5f26b3e18
Repository: https://github.com/stvp/rendezvous.git
Documentation: pkg.go.dev
# README
Rendezvous
rendezvous
is a Go implementation of rendezvous hashing (also
known as highest random weight hashing). It uses md5 to compute key weights to
distribute keys as evenly as possible, even with short keys or keys sharing
common prefixes / suffixes.