Wear Minimization for Cuckoo Hashing: How Not to Throw a Lot of Eggs into One Basket

David Eppstein,Michael T. Goodrich,Michael Mitzenmacher,Paweł Pszona
DOI: https://doi.org/10.48550/arXiv.1404.0286
2014-04-01
Data Structures and Algorithms
Abstract:We study wear-leveling techniques for cuckoo hashing, showing that it is possible to achieve a memory wear bound of $\log\log n+O(1)$ after the insertion of $n$ items into a table of size $Cn$ for a suitable constant $C$ using cuckoo hashing. Moreover, we study our cuckoo hashing method empirically, showing that it significantly improves on the memory wear performance for classic cuckoo hashing and linear probing in practice.
What problem does this paper attempt to address?