[ 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.