golang-github-klauspost-pgzip 1.2.6-1 source package in Ubuntu

Changelog

golang-github-klauspost-pgzip (1.2.6-1) unstable; urgency=medium

  * New upstream release

 -- Reinhard Tartler <email address hidden>  Wed, 25 Oct 2023 18:01:15 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-klauspost-pgzip_1.2.6-1.dsc 2.5 KiB 9250d5abdf866ceeee791188d8c30db09e85ab00867c56c7637a9f39714a3192
golang-github-klauspost-pgzip_1.2.6.orig.tar.gz 123.0 KiB 6b317137f073a636ac4f534bd57e6965716801129d4db4400879b72cfc5c34e5
golang-github-klauspost-pgzip_1.2.6-1.debian.tar.xz 3.5 KiB c89a257063c25c39b661bd249505cc0a672d1918a2b197edd77479d2b0085e3d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-klauspost-pgzip-dev: parallel gzip (de)compression library for Go

 pgzip is a parallel compression/decompression library for Google Go
 which is a compatible drop-in for "compress/gzip". It splits compression
 into blocks that are processed in parallel. The output is a standard
 gzip file. The standard Go decompression of modified so it decompresses ahead
 of the current reader. The library is useful especially if large amounts
 of data (>1MB) are being processed.