SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-eapache-queue-devel rpm build for : Fedora 35. For other distributions click golang-github-eapache-queue-devel.

Name : golang-github-eapache-queue-devel
Version : 1.1.0 Vendor : Fedora Project
Release : 8.fc35 Date : 2021-07-22 08:22:44
Group : Unspecified Source RPM : golang-github-eapache-queue-1.1.0-8.fc35.src.rpm
Size : 0.01 MB
Packager : Fedora Project
Summary : Fast golang queue using ring-buffer
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

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/35/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-eapache-queue-devel-1.1.0-8.fc35.noarch.rpm
     

Provides :
golang(github.com/eapache/queue)
golang-github-eapache-queue-devel
golang-ipath(github.com/eapache/queue)

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


Content of RPM :
/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

 
ICM