This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
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.
First released | 2012 |
Developed by | Free Software Foundation |
Open-source | Yes |
GNU gperf is highly customizable. There are options for generating C or C++ code, for emitting switch statements or nested ifs instead of a hash table, and for tuning the algorithm employed by gperf.