Index of /geminiatari/FILES/GNU/GPERF
Name Last modified Size Description
Parent Directory 24-Sep-2006 15:38 -
ADA.GPF 30-Jul-1993 01:32 1k
ADADEFS.GPF 30-Jul-1993 01:32 1k
BOOL_ARR.CC 30-Jul-1993 01:32 3k
BOOL_ARR.H 30-Jul-1993 01:32 3k
C.GPF 30-Jul-1993 01:32 1k
CHANGELO.G 30-Jul-1993 01:32 48k
COPYING 30-Jul-1993 01:32 12k
CQQ.GPF 30-Jul-1993 01:32 1k
C_PARSE.GPF 30-Jul-1993 01:32 1k
DOTEST.G 30-Jul-1993 01:32 2k
EXPAPRED 30-Jul-1993 01:32 1k
EXPARES 30-Jul-1993 01:32 1k
EXPC 30-Jul-1993 01:32 1k
EXPMOD 30-Jul-1993 01:32 2k
EXPOUT.1 30-Jul-1993 01:32 4k
EXPOUT.2 30-Jul-1993 01:32 5k
EXPOUT.3 30-Jul-1993 01:32 5k
EXPOUT.4 30-Jul-1993 01:32 5k
EXPOUT.5 30-Jul-1993 01:32 3k
EXPOUT.6 30-Jul-1993 01:32 5k
EXPOUT.7 30-Jul-1993 01:32 1k
EXPPAS 30-Jul-1993 01:32 1k
GEN_PERF.CC 30-Jul-1993 01:32 11k
GEN_PERF.H 30-Jul-1993 01:32 2k
GPC.GPF 30-Jul-1993 01:32 1k
GPERF 30-Jul-1993 01:32 160k
GPERF.1 30-Jul-1993 01:32 1k
GPERF.TEX 30-Jul-1993 01:32 49k
GPERF_IN.FO 30-Jul-1993 01:32 50k
GPLUS.GPF 30-Jul-1993 01:32 2k
HASH_TAB.CC 30-Jul-1993 01:32 3k
HASH_TAB.H 30-Jul-1993 01:32 1k
ITERATOR.CC 30-Jul-1993 01:32 2k
ITERATOR.H 30-Jul-1993 01:32 2k
KEY_LIST.CC 30-Jul-1993 01:32 39k
KEY_LIST.H 30-Jul-1993 01:32 5k
LIST_NOD.CC 30-Jul-1993 01:32 4k
LIST_NOD.H 30-Jul-1993 01:32 2k
MAIN.CC 30-Jul-1993 01:32 2k
MAKEFILE 30-Jul-1993 01:32 3k
MAKEFILE.ST 30-Jul-1993 01:32 2k
MAKEINFO.GPF 30-Jul-1993 01:32 3k
MODULA2.GPF 30-Jul-1993 01:32 1k
MODULA3.GPF 30-Jul-1993 01:32 1k
NEW.CC 30-Jul-1993 01:32 3k
OPTIONS.CC 30-Jul-1993 01:32 23k
OPTIONS.H 30-Jul-1993 01:32 10k
OUTAPRED 30-Jul-1993 01:32 1k
OUTARES 30-Jul-1993 01:32 1k
OUTMOD 30-Jul-1993 01:32 2k
OUTPAS 30-Jul-1993 01:32 1k
OUTPUT.C 30-Jul-1993 01:32 1k
PASCAL.GPF 30-Jul-1993 01:32 1k
PATCHLEV.H 30-Jul-1993 01:32 1k
READ_LIN.CC 30-Jul-1993 01:32 2k
READ_LIN.H 30-Jul-1993 01:32 2k
RENAME 30-Jul-1993 01:32 1k
STD_ERR.CC 30-Jul-1993 01:32 3k
STD_ERR.H 30-Jul-1993 01:32 1k
TEST.C 30-Jul-1993 01:32 1k
TRACE.H 30-Jul-1993 01:32 1k
VECTORS.H 30-Jul-1993 01:32 1k
VERSION.CC 30-Jul-1993 01:32 1k
While teaching a data structures course at University of California,
Irvine, I developed a program called GPERF that generates perfect hash
functions for sets of key words. A perfect hash function is simply:
A hash function and a data structure that allows
recognition of a key word in a set of words using
exactly 1 probe into the data structure.
The gperf.texinfo file explains how the program works, the form of the
input, what options are available, and hints on choosing the best
options for particular key word sets. The texinfo file is readable
both via the GNU emacs `info' command, and is also suitable for
typesetting with TeX.
The enclosed Makefile creates the executable program ``gperf'' and
also runs some tests.
Output from the GPERF program is used to recognize reserved words in
the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU
indent program.
Happy hacking!
Douglas C. Schmidt