Tiny Core Extensions > TCE 1.x
gperf
(1/1)
Jason W:
Thanks to Roberto A. Foglietta for gperf:
--- Code: ---Title: gperf.tce
Description: gperf
Version: 3.0.3
Author: Douglas C. Schmid, Bruno Haible
Original-site: http://www.gnu.org/software/gperf
Copying-policy: GPL
Size: 48K
Extension_by: Roberto A. Foglietta
Comments: 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.
Change-log: 2009/04/28 First version
Current: 2009/04/28 First version
--- End code ---
Navigation
[0] Message Index
Go to full version