50 skills found · Page 2 of 2
nomasystems / NmaglevErlang implementation of the consistent hashing algorithm used in MagLev system
ericherman / LibjumphashA Fast, Minimal Memory, Consistent Hash Algorithm ( origin: Google https://arxiv.org/pdf/1406.2294v1.pdf )
hedzr / Lbconcurrent load balancers, go lib,
lestrrat-p5 / Algorithm ConsistentHash KetamaKetama Consistent Hashing for Perl (XS)
MrLederer / ConsistentHashHigh performance Ring Consistent Hash implementation
codahale / JumphashA Rust implementation of the Jump Consistent Hash algorithm.
ckatsak / Lfchring RsA concurrent, lock-free consistent hashing ring implementation in Rust.
SenseUnit / AhrwAggregated Highest Random Weight Hashing / Aggregated Rendezvous Hashing
streametry / JumphashJump Consistent Hashing algorithm in Java
varunu28 / Hashing AlgorithmsConsistent hashing and Rendezvous hashing algorithm implementation in Python
abstiger / Kr Consistent Hashsimple implemention of consistent hash algorithm based on skip list
jlao / ConsistentHashingA consistent hashing implementation for .NET.
steveprice67 / KetamaRuby implementation of the libketama consistent hashing algorithm
perusio / Nginx Load Balancing ExtrasNginx load balancing extra algorithms: sharded, consistent hashing
chxj1992 / HashringConsistent hashing "hashring" implementation in php (using the same algorithm as libketama)
adohe-zz / Java Jump Consistent HashJava implementation of the google jump consistent hash algorithm.
tsee / P5 Algorithm ConsistentHash JumpHashThe jump consistent hash algorithm for Perl
Augists / Consistent Hashing Algorithms Benchmark一致性哈希算法实验(分布均匀性、查询性能、重映射),包括哈希模(基准)、哈希环、多探针、跳跃、Maglev、AnchorHash、DxHash、Rendezvous
drhash-cn / Consistent Weighted SamplingA toolbox of consistent weighted sampling algorithms for weighted Min-Hash.
sile / Consistent HashA Rust implementation of Consistent hashing algorithm