A perfect hash function generator http://www.gnu.org/software/gperf/
Go to file
2024-04-20 22:17:09 +02:00
gperf.spec rebuilt with debug package and other specfile fixes [release 3.1-2mamba;Sat Apr 20 2024] 2024-04-20 22:17:09 +02:00
README.md rebuilt with debug package and other specfile fixes [release 3.1-2mamba;Sat Apr 20 2024] 2024-04-20 22:17:09 +02:00

gperf

GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that the hash table has no collisions, and the hash table lookup needs a single string comparison only.