Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 422 Bytes

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.

API documentation