English

On the insertion time of random walk cuckoo hashing

Data Structures and Algorithms 2017-01-10 v9 Combinatorics

Abstract

Cuckoo Hashing is a hashing scheme invented by Pagh and Rodler. It uses d2d\geq 2 distinct hash functions to insert items into the hash table. It has been an open question for some time as to the expected time for Random Walk Insertion to add items. We show that if the number of hash functions d=O(1)d=O(1) is sufficiently large, then the expected insertion time is O(1)O(1) per item.

Keywords

Cite

@article{arxiv.1602.04652,
  title  = {On the insertion time of random walk cuckoo hashing},
  author = {Alan Frieze and Tony Johansson},
  journal= {arXiv preprint arXiv:1602.04652},
  year   = {2017}
}

Comments

9 pages