Tech News
← Back to articles

Cdb: Add support for cdb64

read original related products more articles

cdb: Download

To download and unpack the latest version of cdb:

wget -m https://cdb.cr.yp.to/cdb-latest-version.txt version=$(cat cdb.cr.yp.to/cdb-latest-version.txt) wget -m https://cdb.cr.yp.to/cdb-$version.tar.gz tar -xzf cdb.cr.yp.to/cdb-$version.tar.gz cd cdb-$version

Then install and test.

Archives and changelog (reverse chronological)

cdb-20251021.tar.gz browse

Add support for cdb64 (at least on 64-bit platforms).

Support ./configure , ./configure --prefix=... , and make install .

Switch almost all internal integers to num , defined as long long . Replace various uint32 , fmt , scan functions with num functions.

For tests, avoid depending on csh ; depend on ulimit instead of softlimit ; increase limit to handle current process bloat.

... continue reading