معرفی شرکت ها


golang-github-hashicorp-immutable-radix-devel-1.3.1-1.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An immutable radix tree implementation in Golang
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته golang-github-hashicorp-immutable-radix-devel
نام فایل بسته golang-github-hashicorp-immutable-radix-devel-1.3.1-1.fc37.noarch.rpm
نسخه بسته 1.3.1
انتشار بسته 1.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 15 Sep 2022 01
هاست سازنده buildhw-x86-12.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/hashicorp/go-immutable-radix
مجوز MPL-2.0
حجم دانلود 35K
حجم نصب 106.006K
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


نیازمندی

مقدار نام
- go-filesystem
- golang(github.com/hashicorp/golang-lru/simplelru)


ارائه دهنده

مقدار نام
= 1.3.1-1.fc37 golang(github.com/hashicorp/go-immutable-radix)
= 1.3.1-1.fc37 golang-github-hashicorp-immutable-radix-devel
= 1.3.1-1.fc37 golang-ipath(github.com/hashicorp/go-immutable-radix)


نحوه نصب


نصب پکیج rpm golang-github-hashicorp-immutable-radix-devel:

    dnf install golang-github-hashicorp-immutable-radix-devel-1.3.1-1.fc37.noarch.rpm


فایل ها

مسیرها
/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/CHANGELOG.md
/usr/share/gocode/src/github.com/hashicorp/go-immutable-radix/README.md
/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


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-09-14

Update to 1.3.1 - Close: rhbz#1977333

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2020-12-19

Update to 1.3.0
Close: rhbz#1880192