cdb64
cdb64 copied to clipboard
A pure Go implmentation of CDB, but without 4GB size limit.
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...