diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-07 06:47:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-07 06:47:10 +0000 |
commit | 7ebefce383a7f9c764a2001e35093997e7be5d0b (patch) | |
tree | d2213635d1b718847f3daa525a98dab43599e51d /databases/tinycdb/PLIST | |
parent | 63e4d98347582159c752092945b4861f5b765490 (diff) | |
download | pkgsrc-7ebefce383a7f9c764a2001e35093997e7be5d0b.tar.gz |
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.
Diffstat (limited to 'databases/tinycdb/PLIST')
-rw-r--r-- | databases/tinycdb/PLIST | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/tinycdb/PLIST b/databases/tinycdb/PLIST new file mode 100644 index 00000000000..69922d90c3e --- /dev/null +++ b/databases/tinycdb/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/07 06:47:10 schmonz Exp $ +bin/cdb +include/cdb.h +lib/libcdb.a +man/man1/cdb.1 +man/man3/cdb.3 +man/man5/cdb.5 |