Sun, 24 May 2026 07:49:09 CST | login

Information for build golang-github-dsnet-compress-0.0.1-2.oc9

ID36713
Package Namegolang-github-dsnet-compress
Version0.0.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-dsnet-compress.git?.#44d9b7141564ce7d61df5b9eeda5dc10389c86d6
SummaryCollection of compression related Go packages
Description This package hosts a collection of compression related libraries. The goal of this project is to provide pure Go implementations for popular compression algorithms beyond what the Go standard library provides. The goals for these packages are as follows: * Maintainable: That the code remains well documented, well tested, readable, easy to maintain, and easy to verify that it conforms to the specification for the format being implemented. * Performant: To be able to compress and decompress within at least 80% of the rates that the C implementations are able to achieve. * Flexible: That the code provides low-level and fine granularity control over the compression streams similar to what the C APIs would provide. Of these three, the first objective is often at odds with the other two objectives and provides interesting challenges. Higher performance can often be achieved by muddling abstraction layers or using non-intuitive low-level primitives. Also, more features and functionality, while useful in some situations, often complicates the API. Thus, this package will attempt to satisfy all the goals, but will defer to favoring maintainability when the performance or flexibility benefits are not significant enough.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 00:58:58 CST
CompletedFri, 13 Jun 2025 01:07:02 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-dsnet-compress.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-dsnet-compress.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-dsnet-compress-0.0.1-2.oc9.src.rpm (info) (download)
noarch
golang-github-dsnet-compress-devel-0.0.1-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.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> - 0.0.1-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build