[ trixie ]
[ sid ]
[ 源代码: golang-github-serialx-hashring ]
软件包:golang-github-serialx-hashring-dev(0.0~git20190422.8b29126-2)
golang-github-serialx-hashring-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-serialx-hashring:
- [golang-github-serialx-hashring_0.0~git20190422.8b29126-2.dsc]
- [golang-github-serialx-hashring_0.0~git20190422.8b29126.orig.tar.gz]
- [golang-github-serialx-hashring_0.0~git20190422.8b29126-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
consistent hashing "hashring" implementation in golang
Implements consistent hashing that can be used when the number of server nodes can increase or decrease (like in memcached). The hashing ring is built using the same algorithm as libketama.
This is a port of Python hash_ring library in Go with the extra methods to add and remove nodes.