INFO
Name: golang-github-eapache-queue-devel
Version: 1.1.0-17.el10_0
Arch: noarch
Summary: Fast golang queue using ring-buffer
License: MIT
Vendor: Fedora Project
Build Host: buildvm-a64-22.iad2.fedoraproject.org
Build Date: Fri Nov 1 19:13:30 2024
Size: 8175
URL: https://github.com/eapache/queue
Description: 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
FILES
/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
REQUIRES
go-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
golang(github.com/eapache/queue) 1.1.0-17.el10_0
golang-github-eapache-queue-devel 1.1.0-17.el10_0
golang-ipath(github.com/eapache/queue) 1.1.0-17.el10_0
CONFIG FILES
/usr/share/doc/golang-github-eapache-queue-devel
/usr/share/doc/golang-github-eapache-queue-devel/README.md d
/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 l
LICENSE FILES
MIT
|