Sun, 24 May 2026 00:47:30 CST | login

Information for build golang-github-eapache-queue-1.1.0-2.oc9

ID36733
Package Namegolang-github-eapache-queue
Version1.1.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-eapache-queue.git?.#a7c2fcfe666be19f89f472bf901e4cdb4cc6742f
SummaryFast 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.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 01:08:26 CST
CompletedFri, 13 Jun 2025 01:13:21 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-eapache-queue.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-eapache-queue.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-eapache-queue-1.1.0-2.oc9.src.rpm (info) (download)
noarch
golang-github-eapache-queue-devel-1.1.0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.1.0-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build