2015-11-03 02:56:09 +01:00
|
|
|
$NetBSD: distinfo,v 1.7 2015/11/03 01:56:36 agc Exp $
|
Initial import of tinycdb-0.75, a very fast and simple package for
creating and reading constant data bases, a data structure introduced
by Dan J. Bernstein in his cdb package. It may be used to speed up
searches in a sequence of (key,value) pairs with very big number
of records. Example usage is indexing a big list of users - where
a search will require linear reading of a large /etc/passwd file,
and for many other tasks. It's usage/API is similar to ones found
in BerkeleyDB, gdbm and traditional *nix dbm/ndbm libraries, and
is compatible in great extent to cdb-0.75 package by Dan Bernstein.
CDB is a constant database, that is, it cannot be updated at a
runtime, only rebuilt. Rebuilding is atomic operation and is very
fast - much faster than of many other similar packages. Once created,
CDB may be queried, and a query takes very little time to complete.
2006-01-07 07:47:10 +01:00
|
|
|
|
2013-02-27 13:38:12 +01:00
|
|
|
SHA1 (tinycdb-0.78.tar.gz) = ade42ee1e7c56f66a63cb933206c089b9983adba
|
|
|
|
RMD160 (tinycdb-0.78.tar.gz) = d37c3d35f687574def9e5a161bcdd5ae9a7da4d0
|
2015-11-03 02:56:09 +01:00
|
|
|
SHA512 (tinycdb-0.78.tar.gz) = 8930086b8e7fddcd4dbd3354c5f5ee05171df68fde1cc222b6c402430042b6e761efbad7e5fa8de18e1d36390f1526cc3e605c5086fe1c363ba1df6c03201553
|
2013-02-27 13:38:12 +01:00
|
|
|
Size (tinycdb-0.78.tar.gz) = 36754 bytes
|
2013-07-30 15:56:20 +02:00
|
|
|
SHA1 (patch-BSDmakefile) = 3cbd21dd18cbb97003c3034592df0b4f2534174d
|
2013-02-27 13:38:12 +01:00
|
|
|
SHA1 (patch-libcdb.pc) = c4e027ab43ce21320c8c81c7a325108fa2aa4fb9
|