cdb64 icon indicating copy to clipboard operation
cdb64 copied to clipboard

A pure Go implmentation of CDB, but without 4GB size limit.

Results 3 cdb64 issues
Sort by recently updated
recently updated
newest added

Are the 64 bit cdb files that this tool creates compatible with other implementations? e.g. https://github.com/bbayles/python-pure-cdb ?

Are the 64 bit cdb files that this tool creates compatible with other implementations? e.g. https://github.com/bbayles/python-pure-cdb ?

Hello, I saw the issue on the https://github.com/colinmarc repo regarding using an mmap-backed reader https://github.com/colinmarc/cdb/issues/11 and thought that it might be something to play with to see if it returns...