English

Load Thresholds for Cuckoo Hashing with Overlapping Blocks

Data Structures and Algorithms 2019-12-18 v3

Abstract

Dietzfelbinger and Weidling [DW07] proposed a natural variation of cuckoo hashing where each of cncn objects is assigned k=2k = 2 intervals of size \ell in a linear (or cyclic) hash table of size nn and both start points are chosen independently and uniformly at random. Each object must be placed into a table cell within its intervals, but each cell can only hold one object. Experiments suggested that this scheme outperforms the variant with blocks in which intervals are aligned at multiples of \ell. In particular, the load threshold is higher, i.e. the load cc that can be achieved with high probability. For instance, Lehman and Panigrahy [LP09] empirically observed the threshold for =2\ell = 2 to be around 96.5%96.5\% as compared to roughly 89.7%89.7\% using blocks. They managed to pin down the asymptotics of the thresholds for large \ell, but the precise values resisted rigorous analysis. We establish a method to determine these load thresholds for all 2\ell \geq 2, and, in fact, for general k2k \geq 2. For instance, for k==2k = \ell = 2 we get 96.4995%\approx 96.4995\%. The key tool we employ is an insightful and general theorem due to Leconte, Lelarge, and Massouli\'e [LLM13], which adapts methods from statistical physics to the world of hypergraph orientability. In effect, the orientability thresholds for our graph families are determined by belief propagation equations for certain graph limits. As a side note we provide experimental evidence suggesting that placements can be constructed in linear time with loads close to the threshold using an adapted version of an algorithm by Khosla [Kho13].

Keywords

Cite

@article{arxiv.1707.06855,
  title  = {Load Thresholds for Cuckoo Hashing with Overlapping Blocks},
  author = {Stefan Walzer},
  journal= {arXiv preprint arXiv:1707.06855},
  year   = {2019}
}
R2 v1 2026-06-22T20:53:51.759Z