Information for build triehash-0.3-1.oc9

ID24411
Package Nametriehash
Version0.3
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/triehash.git?.#0de0eb1b318676a326cac6c3a59f484640c34dc0
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 15:23:26 CST
CompletedTue, 04 Jun 2024 15:26:36 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/triehash.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/triehash.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
triehash-0.3-1.oc9.src.rpm (info) (download)
noarch
triehash-0.3-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3-1 - initial build