[–] enginnr 10y ago ↗ Aside from addressing potential collisions, what other use cases does this strategy have?
[–] todd8 10y ago ↗ Hash tables are data structures that map keys to values. Cuckoo hashing has good storage efficiency and predictable worst case performance. Simpler designs like linear probing don't perform as well as Cuckoo hashing when the table is near full.
2 comments
[ 4.3 ms ] story [ 17.4 ms ] thread