Consistent Hashing with bounded loads implementation in Rust
Consistent hashing with bounded loads implementation in Rust.
Reference - https://arxiv.org/pdf/1608.01350
Example usage
use ;
let mut ch = with_load_factor;
let replication_factor = 3;
ch.add_node;
ch.add_node;
ch.assign_key;
ch.assign_key;
println!;