Description
A generator for perfect hash functions from a fixed set of input keys. Developers use it to create fast lookup code where the list of valid words, tokens, or commands is known ahead of time.
Install it if you build parsers, compilers, command tables, or other software that benefits from generated perfect hashes. Generated code should be reviewed and tested with the exact key set.