Sun, 07 Jul 2024 12:21:40 UTC | login

Information for build golang-github-klauspost-pgzip-1.2.1-1.fc31

ID99035
Package Namegolang-github-klauspost-pgzip
Version1.2.1
Release1.fc31
Epoch
SummaryGo parallel gzip (de)compression
Description Go parallel gzip compression/decompression. This is a fully gzip compatible drop in replacement for "compress/gzip". This will split compression into blocks that are compressed in parallel. This can be useful for compressing big amounts of data. The output is a standard gzip file. The gzip decompression is modified so it decompresses ahead of the current reader. This means that reads will be non-blocking if the decompressor can keep ahead of your code reading from it. CRC calculation also takes place in a separate goroutine.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 11:16:17 UTC
CompletedWed, 24 Jul 2019 11:16:17 UTC
Tags
f31
RPMs
src
golang-github-klauspost-pgzip-1.2.1-1.fc31.src.rpm (info) (download)
noarch
golang-github-klauspost-pgzip-devel-1.2.1-1.fc31.noarch.rpm (info) (download)
Changelog * Mon Apr 29 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.1-1 - Initial package