Information for build triehash-0.3-14.fc41

ID84175
Package Nametriehash
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.3
Release14.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/triehash.git#94190bd3f61b00274dab3b71d31a4c6b1a05c60f
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 bykojiadmin
State complete
Volume DEFAULT
StartedThu, 19 Sep 2024 07:04:35 CST
CompletedThu, 19 Sep 2024 07:11:15 CST
Taskbuild (f41-build-side-1, /rpms/triehash.git:94190bd3f61b00274dab3b71d31a4c6b1a05c60f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/triehash.git#94190bd3f61b00274dab3b71d31a4c6b1a05c60f'}}
Tags
f41
f41-build-side-1
RPMs
src
triehash-0.3-14.fc41.src.rpm (info) (download)
noarch
triehash-0.3-14.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
hw_info.log
installed_pkgs.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild