Simply using the 64-bit integer as a 8-byte key is what I use.
Treating the 32-bit integer as 4-byte keys performs similarly to using the integer-API directly.
> I'd be interested to see 10 million 64-bit integers in Judy and DenseHash though
It's easy enough to check :)
Simply using the 64-bit integer as a 8-byte key is what I use.
Treating the 32-bit integer as 4-byte keys performs similarly to using the integer-API directly.
> I'd be interested to see 10 million 64-bit integers in Judy and DenseHash though
It's easy enough to check :)