freebsd-ports/devel/py-hash_ring/pkg-descr
Sunpoet Po-Chuan Hsieh 1f56248957 - Move devel/py-hashring to devel/py-hash_ring
- Add NO_ARCH
- Sort USE_PYTHON
2015-12-30 12:13:25 +00:00

9 lines
417 B
Text

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.
Consistent hashing is a scheme that provides a hash table functionality
in a way that the adding or removing of one slot does not significantly
change the mapping of keys to slots.
WWW: https://pypi.python.org/pypi/hash_ring