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.
https://www.gnu.org/software/gperf/
Available modules
The overview below shows which gperf installations are available per target architecture in the HPCC module system, ordered based on software version (new to old).
To start using gperf, load one of these modules using a module load
command like:
1 |
|
(This data was automatically generated on Thu, 17 Apr 2025 at 12:00:12 EDT)
neoverse_v1 | generic | zen2 | zen3 | zen4 | haswell | skylake_avx512 | |
---|---|---|---|---|---|---|---|
Grace Nodes | everywhere (except Grace nodes) | amd20 | amd22 | amd24 | intel16 | intel18,amd20-v100,amd21,intel21 | |
gperf/3.1-GCCcore-13.2.0 | - | x | - | - | - | x | - |
gperf/3.1-GCCcore-12.3.0 | - | x | x | x | x | x | x |
gperf/3.1-GCCcore-12.2.0 | - | x | - | - | - | x | - |
gperf/3.1-GCCcore-11.3.0 | - | - | - | - | - | x | - |
gperf/3.1-GCCcore-10.2.0 | - | x | - | - | - | x | - |