jump-consistent-hash 0.1.0

Jump Consistent Hash for rust
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 5.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 113.62 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • mypmc/jump-consistent-hash
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • feb29

Jump Consistent Hash

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