Registry / utility / valyala-gozstd

valyala-gozstd

JSON →
library1.24.0gogounverified

Package gozstd is a Go wrapper for the Zstandard compression library, providing high-performance compression and decompression.

go get github.com/valyala/gozstd
INSTALL
IMPORT
SIG · VALYALA-GOZSTD
V
valyala-gozstd
utilitygov1.24.0
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.

gozstd
github.com/valyala/gozstd

Compresses and decompresses data using Zstandard.

package main import ( "fmt" "github.com/valyala/gozstd" ) func main() { data := []byte("Hello, World!") compressed := gozstd.Compress(nil, data) decompressed, _ := gozstd.Decompress(nil, compressed) fmt.Println(string(decompressed)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
valyala-gozstd — go get valyala-gozstd · libregistry