Deleted Added
sdiff udiff text old ( 58551 ) new ( 67064 )
full compact
1.TH GPERF 1 "March 7, 1998
2.UC 4
3.SH NAME
4gperf \- generate a perfect hash function from a key set
5.SH SYNOPSIS
6.B gperf
7[
8.B \-adghijklnoprsStv
9] [
10.I keyfile
11]
12.SH DESCRIPTION
13
14\fIgperf\fP reads a set of ``keys'' from \fIkeyfile\fP (or, by
15default, from the standard input) and attempts to find a non-minimal
16perfect hashing function that recognizes a member of the key set in
17constant, i.e., O(1), time. If such a function is found the program
18generates a pair of \fIC\fP source code routines that perform the
19hashing and table lookup. All generated code is directed to the
20standard output.
21
22Please refer to the \fIgperf.texi\fP file for more information.
23This file is distributed with \fIgperf\fP release.