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: 17.el10_0 | Build date: Fri Nov 1 20:13:30 2024 |
Group: Unspecified | Build host: buildvm-a64-22.iad2.fedoraproject.org |
Size: 8175 | Source RPM: golang-github-eapache-queue-1.1.0-17.el10_0.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 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 17 2024 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-16 - Fix FTBFS * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_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/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, Thu Nov 14 04:35:39 2024