| Paketname | freecdb |
| Beschreibung | creating and reading constant databases |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
| Version | 0.75build3 |
| Sektion | utils |
| Priorität | optional |
| Installierte Größe | 132 Byte |
| Hängt ab von | libc6 (>= 2.4) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 19494 Byte |
| Prüfsumme MD5 | 237e46fac3c9fbe3169a5834e1dad3d1 |
| Prüfsumme SHA1 | 120852acbb094c23132ece148c475609f2b1d3dd |
| Prüfsumme SHA256 | 93d7ffbfca79e693b25cde28cef41f7e1f35de303feb232a686f2889791f34a8 |
| Link zum Herunterladen | freecdb_0.75build3_i386.deb |
| Ausführliche Beschreibung | 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
|