The AROS Archives(anonymous IP: 54.234.126.92) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Categories

   o Audio (32)
   o Datatype (2)
   o Demo (12)
   o Development (182)
      o Cross (37)
      o Debug (0)
      o Edit (3)
      o Example (4)
      o Guitool (4)
      o Ide (11)
      o Install (1)
      o Language (30)
      o Library (66)
      o Misc (7)
      o Utility (17)
      o Webtool (2)
   o Document (17)
   o Driver (16)
   o Emulation (53)
   o Game (202)
   o Graphics (103)
   o Library (4)
   o Network (30)
   o Office (5)
   o Utility (136)
   o Video (17)

Total files: 811

Full index file. Download
Recent index file. Download




Hosted by
aros-exec.org
 Readme for:  Development » Utility » gperf-3.0.4.lha

Description: gperf
Download: gperf-3.0.4.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 1Mb
Version: 3.0.4
Date: 07 Dec 10
Author: Various
Submitter: Yannick Erb
Homepage: http://www.dusabledanslherbe.eu/AROSPage/
Category: development/utility
License: Other
Distribute: yes
FileID: 863
 
Comments: 0  [View]
Snapshots: 0  [View]
Downloads: 22  (Current version)
22  (Accumulated)

[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