Mon, 02 Feb 2026 01:17:09 CST | login

Information for build golang-github-hashicorp-immutable-radix-1.3.1-2.oc9

ID36828
Package Namegolang-github-hashicorp-immutable-radix
Version1.3.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-hashicorp-immutable-radix.git?.#cacdf0852743f4583aa1d6bd25c918c9b2afdbce
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 01:39:25 CST
CompletedFri, 13 Jun 2025 01:47:36 CST
Taskbuild (dist-oc9-epol, /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
epol9-test-compose
RPMs
src
golang-github-hashicorp-immutable-radix-1.3.1-2.oc9.src.rpm (info) (download)
noarch
golang-github-hashicorp-immutable-radix-devel-1.3.1-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
dnf.log
dnf.librepo.log
dnf.rpm.log
state.log
hw_info.log
root.log
mock_output.log
build.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.3.1-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build