aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-12-23 23:02:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-12-23 23:02:09 +0000
commitde8067ab51a2d65c90877e89fec65fdb036326c4 (patch)
tree53f82241615ed17e6f56d86d898ab081037bbee6 /devel/Makefile
parent06b0e3d52ba77648f5d2b873f4daf0d8eb9836ec (diff)
downloadports-de8067ab51a2d65c90877e89fec65fdb036326c4.tar.gz
ports-de8067ab51a2d65c90877e89fec65fdb036326c4.zip
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>
Notes
Notes: svn path=/head/; revision=224659
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e2aedf133d48..943637803679 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2190,6 +2190,7 @@
SUBDIR += py-gitpython
SUBDIR += py-gobject
SUBDIR += py-grouch
+ SUBDIR += py-hashring
SUBDIR += py-icalendar
SUBDIR += py-ice
SUBDIR += py-icu