22 skills found
liyue201 / GostlData structure and algorithm library for go, designed to provide functions similar to C++ STL
RJ / KetamaC library for consistent hashing, and langauge bindings
ultrabug / UhashringFull featured consistent hashing python library compatible with ketama
mncaudill / Ketamalibketama-style consistent hashing in Go
toymachine / LibredisA C based general low-level PHP extension and client library for Redis, focusing on performance, generality and efficient parallel communication with multiple Redis servers. As a bonus, a Ketama Consistent Hashing implementation is provided as well.
dgryski / Go KetamaKetama implementation compatible with Algorithm::ConsistentHash::Ketama
hit9 / C SnipMy C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings
baifendian / RedisSentinelClient基于sentinel的redis集群的客户端, 支持自动主从切换, 采用ketama作为一致性hash算法
flygoast / Ngx Http Upstream Ketama Chashnginx load-balancer module implementing ketama consistent hashing.
rckclmbr / GoketamaA gomemcache ServerSelector using the ketama selection algorithm
nox / KetamaA consistent hashing library application
maralla / PyketamaKetama Consistent Hashing in Cython
dctrwatson / Nginx Upstream Consistentlibmemcached weighted ketama algorithm for memcached_pass
lestrrat-p5 / Algorithm ConsistentHash KetamaKetama Consistent Hashing for Perl (XS)
camlunity / Ocaml Ketamaocaml-ketama is consistent hashing library written in ocaml
leleroyn / KetamaHashC# 版的一致性哈希算法
steveprice67 / KetamaRuby implementation of the libketama consistent hashing algorithm
hit9 / KetamaPackage ketama implements a consistent hashing ring (long term maintenance).
zhiyuan2007 / Ketama Hashimplement ketama hash in golang
mau21mau / Python KetamaImplementation of Ketama consistent hash algorithm with Python, for memcached