freebsd-ports/security/py-uhashring/pkg-descr
Sunpoet Po-Chuan Hsieh 6c2c873aa4 Add py-uhashring 1.2
uhashring implements consistent hashing in pure Python.

Consistent hashing is mostly used on distributed systems/caches/databases as
this avoid the total reshuffling of your key-node mappings when adding or
removing a node in your ring (called continuum on libketama).

WWW: https://github.com/ultrabug/uhashring
2020-08-30 07:12:43 +00:00

7 lines
314 B
Text

uhashring implements consistent hashing in pure Python.
Consistent hashing is mostly used on distributed systems/caches/databases as
this avoid the total reshuffling of your key-node mappings when adding or
removing a node in your ring (called continuum on libketama).
WWW: https://github.com/ultrabug/uhashring