freebsd-ports/devel/py-hashring/pkg-descr
Dmitry Marakasov de8067ab51 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:	http://pypi.python.org/pypi/hash_ring

PR:		129890
Submitted by:	Yi-Jheng Lin <yzlin at cs dot nctu dot edu dot tw>
2008-12-23 23:02:09 +00:00

9 lines
416 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: http://pypi.python.org/pypi/hash_ring