[EMAIL PROTECTED] wrote:
On 13 April 2008 at 23:35, [EMAIL PROTECTED] wrote:

From $HOMEPAGE:

"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."


Thanks in advance.

http://openbsd.rutgers.edu/tinycdb.tar

I've gotten a report that this works for someone else as well.  If a
committer could take a look at it, I'd appreciate it... my goal for this
port is so that Postfix can be built with cdb support (I already have a
patch and have started to discuss it with jakob@).

take a look at this thread:
http://marc.info/?l=openbsd-ports&m=111428675314451&w=2

attached is my up-to-date port with shared libs
tested on i386 and sparc64

--
Christian Rueger

Attachment: tinycdb-0.76.tar.gz
Description: application/gzip

Reply via email to