SlackBuilds Repository

15.0 > System > tinycdb (0.78)

TinyCDB is 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.

The SlackBuild will install both the binary cdb as well the system
library for use in other applications such as Postfix.

Maintained by: Dejan Strbac
Keywords: cdb,tinycdb,database
ChangeLog: tinycdb

Homepage:
http://www.corpit.ru/mjt/tinycdb.html

Source Downloads:
tinycdb-0.78.tar.gz (976266afc3f6e7e17492a8d18f21f8f6)

Download SlackBuild:
tinycdb.tar.gz
tinycdb.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
tinycdb.SlackBuild
tinycdb.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds