Mon, 02 Feb 2026 06:19:57 CST | login

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

ID29658
Package Namegolang-github-hashicorp-immutable-radix
Version1.3.1
Release1.oc9
Epoch
DraftFalse
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, 23 Sep 2024 15:36:46 CST
CompletedMon, 23 Sep 2024 15:39:34 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-1.oc9.src.rpm (info) (download)
noarch
golang-github-hashicorp-immutable-radix-devel-1.3.1-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build