Registry / utility / klauspost-compress

klauspost-compress

JSON →
library1.18.4gogounverified

Optimized compression libraries for Go, including gzip, zlib, deflate, and more.

go get github.com/klauspost/compress
INSTALL
IMPORT
SIG · KLAUSPOST-COMPRESS
K
klauspost-compress
utilitygov1.18.4
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.

compress
github.com/klauspost/compress

Compress data using gzip

package main import ( "bytes" "github.com/klauspost/compress/gzip" ) func main() { var buf bytes.Buffer w := gzip.NewWriter(&buf) w.Write([]byte("hello")) w.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
klauspost-compress — go get klauspost-compress · libregistry