Tight Bounds for Classical Open Addressing
Michael A. Bender, William Kuszmaul, Renfei Zhou

TL;DR
This paper introduces rainbow hashing, a classical open-addressed hash table supporting high load factors and efficient operations, and proves its optimality, also extending it to dynamic resizing without additional time costs.
Contribution
The paper presents rainbow hashing, achieving near-optimal load factor and operation times, and extends it to dynamic resizing with no extra time overhead.
Findings
Supports load factor up to 1 - ε with O(1) queries
Supports insertions/deletions in O(log log ε^{-1}) expected time
Dynamic resizing maintains performance without additional costs
Abstract
We introduce a classical open-addressed hash table, called rainbow hashing, that supports a load factor of up to , while also supporting expected-time queries, and expected-time insertions and deletions. We further prove that this tradeoff curve is optimal: any classical open-addressed hash table that supports load factor must incur expected time per operation. Finally, we extend rainbow hashing to the setting where the hash table is dynamically resized over time. Surprisingly, the addition of dynamic resizing does not come at any time cost -- even while maintaining a load factor of at all times, we can support queries and updates. Prior to our work, achieving any time bounds of the form for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLogic, Reasoning, and Knowledge · Logic, programming, and type systems · Multi-Agent Systems and Negotiation
