Skip to content

Golang implementation of rendezvous hashing (highest random weight hashing)

License

Notifications You must be signed in to change notification settings

stvp/rendezvous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Golang implementation of rendezvous hashing (highest random weight hashing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%