| Minimal perfect hash functions made simple |
| Full text |
Pdf
(274 KB)
|
Source
|
Communications of the ACM
archive
Volume 23 , Issue 1 (January 1980)
table of contents
Pages: 17 - 19
Year of Publication: 1980
ISSN:0001-0782
|
|
Author
|
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 17, Downloads (12 Months): 129, Citation Count: 38
|
|
|
ABSTRACT
A method is presented for computing machine independent, minimal perfect hash functions of the form: hash value ← key length + the associated value of the key's first character + the associated value of the key's last character. Such functions allow single probe retrieval from minimally sized tables of identifier lists. Application areas include table lookup for reserved words in compilers and filtering high frequency words in natural language processing. Functions for Pascal's reserved words, Pascal's predefined identifiers, frequently occurring English words, and month abbreviations are presented as examples.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
 |
2
|
|
 |
3
|
|
CITED BY 38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
E. A. Fox , Q.-F. Chen , L. Heath , S. Datta, A more cost effective algorithm for finding perfect hash functions, Proceedings of the 17th conference on ACM Annual Computer Science Conference, p.114-122, February 21-23, 1989, Louisville, Kentucky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INDEX TERMS
Keywords:
Pascal,
Pascal reserved words,
backtracking,
dictionary lookup,
direct addressing,
hash coding,
hashing,
hashing methods,
indentifier-to-address transformations,
information retrieval,
lexical analysis,
perfect hash coding,
perfect hashing functions,
scatter storage,
searching
|