Fri, 22 Nov 2024 17:59:17 UTC | login

Information for build golang-github-dsnet-compress-0.0.1-17.fc41

ID341035
Package Namegolang-github-dsnet-compress
Version0.0.1
Release17.fc41
Epoch
SummaryCollection of compression related Go packages
DescriptionThis 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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 02 Oct 2024 06:22:38 UTC
CompletedWed, 02 Oct 2024 06:22:38 UTC
Tags
f41
RPMs
src
golang-github-dsnet-compress-0.0.1-17.fc41.src.rpm (info) (download)
noarch
golang-github-dsnet-compress-devel-0.0.1-17.fc41.noarch.rpm (info) (download)
Changelog * Thu Sep 19 2024 Dominik Mierzejewski <dominik@greysector.net> - 0.0.1-17 - fix build on ppc64le * Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 0.0.1-16 - convert license to SPDX * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 17 2024 Robert-André Mauchin <zebob.m@gmail.com> - 0.0.1-14 - Fix FTBFS * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild