Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 23:02:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-hashring Makefile distinfo pkg-descr ports/devel/py-hashring/files patch-setup.py
Message-ID:  <200812232302.mBNN29WM058906@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
amdmi3      2008-12-23 23:02:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-hashring    Makefile distinfo pkg-descr 
    devel/py-hashring/files patch-setup.py 
  Log:
  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>
  
  Revision  Changes    Path
  1.3298    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/py-hashring/Makefile (new)
  1.1       +3 -0      ports/devel/py-hashring/distinfo (new)
  1.1       +11 -0     ports/devel/py-hashring/files/patch-setup.py (new)
  1.1       +9 -0      ports/devel/py-hashring/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812232302.mBNN29WM058906>