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.
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.