Thu, 19 Sep 2024 17:37:31 UTC | login

Information for build golang-github-hashicorp-immutable-radix-1.1.0-2.fc31

ID98868
Package Namegolang-github-hashicorp-immutable-radix
Version1.1.0
Release2.fc31
Epoch
SummaryAn immutable radix tree implementation in golang
Description Provides 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
StartedWed, 24 Jul 2019 11:07:15 UTC
CompletedWed, 24 Jul 2019 11:07:15 UTC
Tags
f31
RPMs
src
golang-github-hashicorp-immutable-radix-1.1.0-2.fc31.src.rpm (info) (download)
noarch
golang-github-hashicorp-immutable-radix-devel-1.1.0-2.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 05 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.0-2 - Add Obsoletes for old name * Thu Apr 18 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1 - Release 1.1.0 * Sat Feb 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.0-1 - Update to first tagged version * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.13.gitaca1bd0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 0-0.12.gitaca1bd0 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.11.gitaca1bd0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 12 2018 Jan Chaloupka <jchaloup@redhat.com> - 0-0.10.gitaca1bd0 - Upload glide files * Wed Feb 28 2018 Jan Chaloupka <jchaloup@redhat.com> - 0-0.9.20151012gitaca1bd0 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8.gitaca1bd0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7.gitaca1bd0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.gitaca1bd0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild