freecdb is a fast, reliable, simple package for creating and reading constant databases. Its database structure provides several features:
* Fast lookups: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one. * Low overhead: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data. * No random limits: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format. * Fast atomic database replacement: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages. * Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format.
This package is derived from the cdb package, and uses the original cdb library. See http://cr.yp.to/cdb.html
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 21.9 kB | 136 kB | [list of files] |
| armel | 18.3 kB | 124 kB | [list of files] |
| hppa | 23.1 kB | 136 kB | [list of files] |
| i386 | 18.7 kB | 88 kB | [list of files] |
| ia64 | 33.1 kB | 180 kB | [list of files] |
| mips | 25.9 kB | 156 kB | [list of files] |
| mipsel | 25.7 kB | 156 kB | [list of files] |
| powerpc | 21.2 kB | 136 kB | [list of files] |
| s390 | 22.0 kB | 132 kB | [list of files] |
| sparc | 20.5 kB | 128 kB | [list of files] |