#一致性哈希 #一致性 #跳转 #哈希

jump-consistent-hash

为 Rust 实现的跳转一致性哈希

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2017 年 6 月 10 日

#13 in #跳转

Unlicense/MIT

4KB

跳转一致性哈希

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

lib.rs:

实现了 John Lamping 和 Eric Veach 在 2014 年发表的论文《A Fast, Minimal Memory, Consistent Hash Algorithm》中的 '跳转一致性哈希'。

无运行时依赖