Registry / utility / klauspost-pgzip

klauspost-pgzip

JSON →
library1.2.6gogounverified

Implements parallel gzip compression and decompression, compatible with RFC 1952.

go get github.com/klauspost/pgzip
INSTALL
IMPORT
SIG · KLAUSPOST-PGZIP
K
klauspost-pgzip
utilitygov1.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pgzip
github.com/klauspost/pgzip

Compress data using parallel gzip

package main import ( "bytes" "github.com/klauspost/pgzip" ) func main() { var buf bytes.Buffer w := pgzip.NewWriter(&buf) w.Write([]byte("Hello, World!")) w.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
klauspost-pgzip — go get klauspost-pgzip · libregistry