Gperf: generate a perfect hash function from a key set
3.0.1
GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table in the 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. GNU gperf is highly customizable. There are options for generating C and C++ code, for emitting 'switch' statements or nested 'ifs' instead of a hash table, and for tuning the algorithm that gperf uses.
http://www.gnu.org/software/gperf/gperf.html
| Description | Download | Size | Last change | Md5sum | ||||
|---|---|---|---|---|---|---|---|---|
| •�Complete package, except sources | � | Setup | � | 933146 | � | 31 October 2004 | � | 12978e71f286908e6ad844d91253cf91 |
| •�Sources | � | Setup | � | 926934 | � | 31 October 2004 | � | 4d57d6782b17b044dbec2c14b47339d9 |
| � | ||||||||
| •�Binaries | � | Zip | � | 105431 | � | 31 October 2004 | � | f67a2271f68894eeaa1984221d5ef5e5 |
| •�Documentation | � | Zip | � | 579842 | � | 31 October 2004 | � | f51bf6eb3c55cf7865d89ce76c2ed8b2 |
| •�Sources | � | Zip | � | 994011 | � | 31 October 2004 | � | a1bb6b37ab87122a670624b0f81df6c1 |
You can also download the files from the GnuWin32 files page.
You can monitor new releases of the port of this package.
General Installation Instructions