|
|
|
|
|
by mlochbaum
919 days ago
|
|
Since the hashes are stored, you could order by hash. This would leave keys with the same hash unordered, so if you find an entry with equal hash but unequal key you have to keep probing, but that only matters on a full-hash collision. |
|