Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-eapache-queue-devel | Distribution: Fedora Project |
Version: 1.1.0 | Vendor: Fedora Project |
Release: 12.fc39 | Build date: Thu Jul 20 03:20:24 2023 |
Group: Unspecified | Build host: buildvm-x86-24.iad2.fedoraproject.org |
Size: 9022 | Source RPM: golang-github-eapache-queue-1.1.0-12.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/eapache/queue | |
Summary: Fast golang queue using ring-buffer |
A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki. Using this instead of other, simpler, queue implementations (slice+append or linked list) provides substantial memory and time benefits, and fewer GC pauses. The queue implemented here is as fast as it is in part because it is not thread-safe. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/eapache/queue
MIT
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/golang-github-eapache-queue-devel /usr/share/doc/golang-github-eapache-queue-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/eapache /usr/share/gocode/src/github.com/eapache/queue /usr/share/gocode/src/github.com/eapache/queue/.goipath /usr/share/gocode/src/github.com/eapache/queue/README.md /usr/share/gocode/src/github.com/eapache/queue/glide.lock /usr/share/gocode/src/github.com/eapache/queue/glide.yaml /usr/share/gocode/src/github.com/eapache/queue/queue.go /usr/share/gocode/src/github.com/eapache/queue/queue_test.go /usr/share/licenses/golang-github-eapache-queue-devel /usr/share/licenses/golang-github-eapache-queue-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 22:15:25 2024