Request for package: libJudy
A Judy array is a complex but very fast associative array data structure for storing and looking up values using integer or string keys. Unlike normal arrays, Judy arrays may be sparse; that is, they may have large ranges of unassigned indices.
Url:
http://judy.sourceforge.net/
(from redmine: issue id 2043, created on 2013-06-03, closed on 2013-08-06)
- Changesets:
- Revision 2041158f by Carlo Landmeter on 2013-06-17T14:15:22Z:
testing/judy: new aport
A C library that implements a dynamic array
fixes #2043