Date: Thu, 24 Jan 2008 02:47:24 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Set-ConsistentHash Makefile distinfo pkg-descr pkg-plist Message-ID: <200801240247.m0O2lPLP054879@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2008-01-24 02:47:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Set-ConsistentHash Makefile distinfo pkg-descr pkg-plist Log: Consistent hashing is a scheme that provides hash table functionality in a way that the addition or removal of one slot does not significantly change the mapping of keys to slots. In contrast, in most traditional hash tables, a change in the number of array slots causes nearly all keys to be remapped. Consistent hashing was introduced in 1997 as a way of distributing requests among a changing population of web servers. More recently, it and similar techniques have been employed in distributed hash tables. WWW: http://search.cpan.org/dist/Set-ConsistentHash/ PR: ports/119587 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.2968 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/p5-Set-ConsistentHash/Makefile (new) 1.1 +3 -0 ports/devel/p5-Set-ConsistentHash/distinfo (new) 1.1 +11 -0 ports/devel/p5-Set-ConsistentHash/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Set-ConsistentHash/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801240247.m0O2lPLP054879>