[ol9_developer_EPEL] triehash-0.3-12.el9.noarch

Name:triehash
Version:0.3
Release:12.el9
Architecture:noarch
Group:Unspecified
Size:34091
License:MIT
RPM: triehash-0.3-12.el9.noarch.rpm
Source RPM: triehash-0.3-12.el9.src.rpm
Build Date:Sun Oct 01 2023
Build Host:build-ol9-x86_64.oracle.com
Vendor:Oracle America
URL:https://jak-linux.org/projects/triehash/
Summary:Generator for order-preserving minimal perfect hash functions in C
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.

Related Packages (Show Changelog) (Show Filelist)