(anonymous IP: 44.201.97.138,347) | ||||||||||||||
| ||||||||||||||
Audio (94) Datatype (15) Demo (48) Development (243) Document (62) Driver (19) Emulation (60) Game (524) Graphics (223) Library (22) Network (60) Office (21) Utility (247) Video (18) Total files: 1656 Full index file Recent index file Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Introduction to 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. 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. Online Manual is available at www.gnu.org/software/gperf/manual/gperf.html Compiled for AROS by Yannick Erb (yannick.erb -at- free.fr) |
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved |