1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/gperf/gperf.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] GNU Perfect Hash Function
15 [T] GNU gperf is a perfect hash function generator. For a given list of
16 [T] strings, it produces a hash function and hash table, in form of C or C++
17 [T] code, for looking up a value depending on the input string. The hash
18 [T] function is perfect, which means that the hash table has no collisions,
19 [T] and the hash table lookup needs a single string comparison only.
21 [T] GNU gperf is highly customizable. There are options for generating C or
22 [T] C++ code, for emitting switch statements or nested ifs instead of a
23 [T] hash table, and for tuning the algorithm employed by gperf.
25 [U] http://www.gnu.org/software/gperf/
27 [A] Douglas C. Schmidt
28 [M] The T2 Project <t2@t2-project.org>
36 [P] X 0----5---9 111.400
38 [D] 2312fd0a454e3ec949360a21b15d5d36bb23caf5ad4c449d5c3c3e5f gperf-3.1.tar.gz ftp://ftp.gnu.org/pub/gnu/gperf/