Re: 64-bit CDB

Thomas Mangin <[email protected]> Fri, 19 Mar 2010 10:05:41 +0000
Newsgroups gmane.comp.djb.cdb
Message-ID <[email protected]>
> Matt Chaput <[email protected]> writes:
>> Hi, I've written a Python implementation of the CDB algorithm as part
>> of a project.

So did we two years ago, and put it in the public domain at the time (I =
believe I published it here at the time)
http://thomas.mangin.com/data/source/cdb.py

Writing CDB files is slow (compared to cdbmake) and eats much memory but =
it is correct - and unlike the Python C binding does not cause us =
segfaults on some machines.

>  http://www.unixuser.org/~euske/doc/cdbinternals/index.html

Thanks, never saw it before.

Thomas=