Sophie

Sophie

distrib > Mageia > 9 > x86_64 > media > core-release > by-pkgid > ba734b9f3a0c8ef473732bfc9e065e38

triehash-0.3-3.mga9.noarch.rpm

Description:

TrieHash generates perfect hash functions as C code which then gets
compiled into optimal machine code as part of the usual program compilation.

TrieHash works by translating a list of strings to a trie, and then converting
the trie to a set of recursive switch statements; first switching by length,
and then switching by bytes.

TrieHash has various optimizations such as processing multiple bytes at once
(on GNU C), and shortcuts for reducing the complexity of case-insensitive
matching (ASCII only). Generated code performs substantially faster than
gperf, but is larger.

TrieHash was written for use in APT.

Sources packages:

Other version of this rpm: