Tue, 07 Jan 2025 10:18:59 CST | login

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

ID18862
Package Namegolang-github-eapache-queue
Version1.1.0
Release1.ocs23
Epoch
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
StartedMon, 26 Aug 2024 15:06:24 CST
CompletedMon, 26 Aug 2024 15:09:36 CST
Taskbuild (dist-ocs23-epol9, /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-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-eapache-queue-1.1.0-1.ocs23.src.rpm (info) (download)
noarch
golang-github-eapache-queue-devel-1.1.0-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build