re: 64-bit CDB

Matt Chaput <[email protected]> Fri, 19 Mar 2010 11:51:49 -0400
Newsgroups gmane.comp.djb.cdb
Message-ID <[email protected]>
Let me try to be clearer: does anyone understand the hashtable lookup 
part of the CDB algorithm (i.e. start at (hash >> 8) % tablesize, half 
the table kept empty, etc.) sufficiently to explain if it could/how it 
would change if I use 12-byte records (4-byte hash + 8-byte pointer)?

Thanks,

Matt