[ ソース: 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 ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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.