![]() | (anonymous IP: 54.234.126.92) | |||||||||||||
| ||||||||||||||
Audio (32) Datatype (2) Demo (12) Development (182) Cross (37) Debug (0) Edit (3) Example (4) Guitool (4) Ide (11) Install (1) Language (30) Library (66) Misc (7) Utility (17) Webtool (2) Document (17) Driver (16) Emulation (53) Game (202) Graphics (103) Library (4) Network (30) Office (5) Utility (136) Video (17) Total files: 811 Full index file. Download Recent index file. Download Hosted by aros-exec.org |
[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 (c) 2005 The AROS Archives All Rights Reserved Contact us at: archives@aros-exec.org |