Fri, 30 Jan 2026 06:47:46 CST | login

Information for build golang-github-hashicorp-immutable-radix-1.3.1-1.ocs23

ID18815
Package Namegolang-github-hashicorp-immutable-radix
Version1.3.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-hashicorp-immutable-radix.git?.#7fb0a606513ebcb0803067e8ead5d36db8d54afc
SummaryAn immutable radix tree implementation in Golang
DescriptionProvides the iradix package that implements an immutable radix tree. The package only provides a single Tree implementation, optimized for sparse nodes. As a radix tree, it provides the following: - O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality. - Minimum / Maximum value lookups - Ordered iteration A tree supports using a transaction to batch multiple updates (insert, delete) in a more efficient manner than performing each operation one at a time.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 26 Aug 2024 14:45:35 CST
CompletedMon, 26 Aug 2024 14:49:10 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-hashicorp-immutable-radix.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-hashicorp-immutable-radix.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-hashicorp-immutable-radix-1.3.1-1.ocs23.src.rpm (info) (download)
noarch
golang-github-hashicorp-immutable-radix-devel-1.3.1-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build