@MISC{Silverstein98apractical, author = {Craig Silverstein}, title = {A Practical Perfect Hashing Algorithm}, year = {1998} }
Bookmark
OpenURL
Abstract
Hashing is a fundamental technique in Computer Science, and perfect hashing, which guarantees constant-time lookup, has particular theoretical and practical importance. The algorithm of Fredman, Koml'os, and Szemer'edi [8], augmented by Dietzfelbinger, et al. [7], is a simple perfect hashing scheme that has not seen extensive use due to poor practical performance. In this paper, we develop modifications to the previous techniques that result in a fast, space-efficient algorithm. We show the resulting algorithm is comparable to hash algorithms used in several popular dictionary libraries but is more flexible and has better theoretical performance. 1