jump-consistent-hash

Crates.iojump-consistent-hash
lib.rsjump-consistent-hash
version0.1.0
sourcesrc
created_at2017-06-10 08:20:11.484111
updated_at2017-06-10 08:20:11.484111
descriptionJump Consistent Hash for rust
homepage
repositoryhttps://github.com/feb29/jump-consistent-hash
max_upload_size
id18421
size6,071
Kohei Watanabe (feb29)

documentation

README

Jump Consistent Hash

extern crate jump_consistent_hash as jch;
let bucket_nr = 30;
let bucket_id = jch::hash(10863919174838991, bucket_nr);
Commit count: 7

cargo fmt