Sun, 02 Jun 2024 04:53:26 UTC | login

Information for build triehash-0.3-4.fc33

ID171149
Package Nametriehash
Version0.3
Release4.fc33
Epoch
SummaryGenerator for order-preserving minimal perfect hash functions in C
DescriptionTrieHash 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:51:19 UTC
CompletedThu, 13 Aug 2020 11:51:19 UTC
Tags
f33
f37
f38
RPMs
src
triehash-0.3-4.fc33.src.rpm (info) (download)
noarch
triehash-0.3-4.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.3-3 - Perl 5.32 rebuild * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 23 2019 Neal Gompa <ngompa13@gmail.com> - 0.3-1 - Initial packaging for Fedora (RH#1764799)