freecdb 0.75build4 source package in Ubuntu

Changelog

freecdb (0.75build4) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:23:26 +0000

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe utils
Bionic release universe utils

Downloads

File Size SHA-256 Checksum
freecdb_0.75build4.tar.gz 238.4 KiB 0f3c8b680ce5e8d05c5a3384c621c5881be5e95a77f415f6e9394cc0c1a54a22
freecdb_0.75build4.dsc 1.4 KiB d2223369845dd75f287d89881d31134b3c5aee331a97974d5a59b0a40e7344ca

View changes file

Binary packages built by this source

freecdb: creating and reading constant databases

 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