Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

tonglil/consistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Consistent Hash

Consistent hash type for Go.

Description

Hashing items onto a circle of values.

Paraphrasing wikipedia:

Associate each hashed item with one (or more) hash value intervals. Interval boundaries are determined by calculating the hash of each hashed item's identifier.

About

Consistent hash type for Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages