|
|
|
|
|
by nulptr
2077 days ago
|
|
I have a question about how you generated collisions. If each seed is a 32-bit int, and each hash is 60 bits, then you'll have to store 92 bits for each (seed, hash) pair. With 2^32 (~4.3 billion) (seed, hash) pairs, you'd need 2^32 * 92 bits ~= 50 gigabytes. But you mention only needing 8-12GB. Is my calculation wrong, or have I missed something? |
|