(algorithm)
Definition: A hash function that uses an auxiliary array, but no shift or exclusive-or (xor) operations.
Generalization (I am a kind of ...)
hash function.
Note: This hash function may be particularly fast on computers that don't have hardware support for shifting or xor.
Careful choice of the auxiliary table allows construction of a perfect hashing function, a minimal perfect hashing function, or even an order-preserving minimal perfect hashing function.
Author: PEB
Peter K. Pearson, Fast Hashing of Variable-Length Text Strings, CACM, 33(6):677-680, June 1990.
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 11 February 2019.
HTML page formatted Wed Oct 30 12:15:31 2024.
Cite this as:
Paul E. Black, "Pearson's hash", in
Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed. 11 February 2019. (accessed TODAY)
Available from: https://www.nist.gov/dads/HTML/pearsonshash.html