More Analysis of Double Hashing for Balanced Allocations
Abstract
With double hashing, for a key , one generates two hash values and , and then uses combinations for to generate multiple hash values in the range from the initial two. For balanced allocations, keys are hashed into a hash table where each bucket can hold multiple keys, and each key is placed in the least loaded of choices. It has been shown previously that asymptotically the performance of double hashing and fully random hashing is the same in the balanced allocation paradigm using fluid limit methods. Here we extend a coupling argument used by Lueker and Molodowitch to show that double hashing and ideal uniform hashing are asymptotically equivalent in the setting of open address hash tables to the balanced allocation setting, providing further insight into this phenomenon. We also discuss the potential for and bottlenecks limiting the use this approach for other multiple choice hashing schemes.
Keywords
Cite
@article{arxiv.1503.00658,
title = {More Analysis of Double Hashing for Balanced Allocations},
author = {Michael Mitzenmacher},
journal= {arXiv preprint arXiv:1503.00658},
year = {2015}
}
Comments
13 pages ; current draft ; will be submitted to conference shortly