pkg://judy-1.0.4-1.el5.rf.ppc.rpm:148352/HEADER
downloads
Name : judy Relocations: (not relocateable)
Version : 1.0.4 Vendor: RPMForge
Release : 1.el5.rf Build Date: Fri Jan 4 22:41:24 2008
Install date: (not installed) Build Host: neodyme.arrfab.net
Group : Development/Libraries Source RPM: judy-1.0.4-1.el5.rf.src.rpm
Size : 469409 License: LGPL
Packager : Fabian Arrotin <fabian.arrotin@arrfab.net>
URL : http://judy.sourceforge.net/
Summary : Library which provides fully dynamic arrays
Description :
The Judy library provides fully dynamic arrays. These arrays may be indexed
by a 32- or 64- bit word size, a null terminated string, or an array-of-bytes
plus length. A dynamic array (sparsely populated) can also be thought of as a
mapping function or associative memory. These arrays are both speed- and
memory- efficient across a wide range of index set types (sequential,
periodic, clustered, random). Their speed and memory usage are typically
better than storage models such as skiplists, linked lists, binary, ternary,
b-trees, or even hashing, and improves with very large data sets.