Thu, 19 Sep 2024 17:47:32 UTC | login

Information for build golang-github-hashicorp-immutable-radix-1.3.1-6.fc41

ID317284
Package Namegolang-github-hashicorp-immutable-radix
Version1.3.1
Release6.fc41
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
StartedTue, 23 Jul 2024 11:09:05 UTC
CompletedTue, 23 Jul 2024 11:09:05 UTC
Tags
f41
RPMs
src
golang-github-hashicorp-immutable-radix-1.3.1-6.fc41.src.rpm (info) (download)
noarch
golang-github-hashicorp-immutable-radix-devel-1.3.1-6.fc41.noarch.rpm (info) (download)
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * 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