Skip to content

ewdurbin/clandestined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 

Repository files navigation

clandestined

rendezvous hashing implementation based on murmur3 hash

motivation

in distributed systems, the need often arises to locate objects amongst a cluster of machines. consistent hashing and rendezvous hashing are methods of performing this task, while minimizing data movement on cluster topology changes.

clandestined is a library for rendezvous hashing which has the goal of simple clients and ease of use.

implementations:

characteristics

cluster distribution

pretty charts here

cluster resizing

pretty charts here

About

rendezvous hashing implementation based on murmur3 hash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published