[ 原始碼: golang-github-serialx-hashring ]
套件:golang-github-serialx-hashring-dev(0.0~git20190422.8b29126-3)
golang-github-serialx-hashring-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-serialx-hashring:
- [golang-github-serialx-hashring_0.0~git20190422.8b29126-3.dsc]
- [golang-github-serialx-hashring_0.0~git20190422.8b29126.orig.tar.gz]
- [golang-github-serialx-hashring_0.0~git20190422.8b29126-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
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.