Sun, 24 May 2026 12:05:29 CST | login

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

ID29535
Package Namegolang-github-eapache-queue
Version1.1.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-eapache-queue.git?.#d2f3085a70ac90c40fd9d8369f0e261d6e67debe
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 byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 00:15:08 CST
CompletedSat, 21 Sep 2024 00:17:26 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
dist-oc9-epol-2504-build
epol9-test-compose
RPMs
src
golang-github-eapache-queue-1.1.0-1.oc9.src.rpm (info) (download)
noarch
golang-github-eapache-queue-devel-1.1.0-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build