Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-hashicorp-immutable-radix-devel | Distribution: Fedora Project |
Version: 1.3.1 | Vendor: Fedora Project |
Release: 6.fc41 | Build date: Thu Jul 18 11:59:18 2024 |
Group: Unspecified | Build host: buildvm-x86-26.iad2.fedoraproject.org |
Size: 106034 | Source RPM: golang-github-hashicorp-immutable-radix-1.3.1-6.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/hashicorp/go-immutable-radix | |
Summary: An immutable radix tree implementation in Golang |
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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-immutable-radix
MPL-2.0
* 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
/usr/share/doc/golang-github-hashicorp-immutable-radix-devel /usr/share/doc/golang-github-hashicorp-immutable-radix-devel/CHANGELOG.md /usr/share/doc/golang-github-hashicorp-immutable-radix-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/hashicorp /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/.goipath /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/edges.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/go.mod /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/iradix.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/iradix_test.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/iter.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/node.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/node_test.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/raw_iter.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/reverse_iter.go /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/reverse_iter_test.go /usr/share/licenses/golang-github-hashicorp-immutable-radix-devel /usr/share/licenses/golang-github-hashicorp-immutable-radix-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 02:54:38 2024