Thu, 19 Sep 2024 17:35:34 UTC | login

Information for build golang-github-hashicorp-immutable-radix-1.3.1-3.fc39

ID259222
Package Namegolang-github-hashicorp-immutable-radix
Version1.3.1
Release3.fc39
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Oct 2023 11:58:33 UTC
CompletedThu, 26 Oct 2023 11:58:33 UTC
Tags
f40
RPMs
src
golang-github-hashicorp-immutable-radix-1.3.1-3.fc39.src.rpm (info) (download)
noarch
golang-github-hashicorp-immutable-radix-devel-1.3.1-3.fc39.noarch.rpm (info) (download)
Changelog * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Sep 14 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.1-1 - Update to 1.3.1 - Close: rhbz#1977333 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild