Go parallel gzip (de)compression
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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/klauspost/pgzip
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.2.5-3.fc35 | - |
Fedora 35 | 1.2.5-3.fc35 | - |
Fedora 34 | 1.2.5-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-klauspost-pgzip dash maintainers at fedoraproject dot org
.