Sun, 05 Jan 2025 15:20:10 CST | login

Information for build triehash-0.3-1.ocs23

ID9572
Package Nametriehash
Version0.3
Release1.ocs23
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
StartedThu, 09 May 2024 01:45:21 CST
CompletedThu, 09 May 2024 01:48:41 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/triehash.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/triehash.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
triehash-0.3-1.ocs23.src.rpm (info) (download)
noarch
triehash-0.3-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3-1 - initial build