Skip to content

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.

homepage: http://www.gnu.org/software/gperf/

version toolchain
3.0.4 GCCcore/4.9.3
3.0.4 GCCcore/5.4.0
3.0.4 foss/2016a
3.0.4 gimkl/2.11.5
3.0.4 intel/2016a
3.0.4 intel/2016b
3.0.4 intel/2017a
3.1 GCCcore/10.2.0
3.1 GCCcore/10.3.0
3.1 GCCcore/11.2.0
3.1 GCCcore/11.3.0
3.1 GCCcore/12.2.0
3.1 GCCcore/12.3.0
3.1 GCCcore/13.2.0
3.1 GCCcore/13.3.0
3.1 GCCcore/6.4.0
3.1 GCCcore/7.3.0
3.1 GCCcore/8.2.0
3.1 GCCcore/8.3.0
3.1 GCCcore/9.3.0

(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)