Registry / utility / bkaradzic-go-lz4

bkaradzic-go-lz4

JSON →
library1.0.0gogounverified

LZ4 compression and decompression library for Go.

go get github.com/bkaradzic/go-lz4
INSTALL
IMPORT
SIG · BKARADZIC-GO-LZ4
B
bkaradzic-go-lz4
utilitygov1.0.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.

lz4
github.com/bkaradzic/go-lz4

Compress data using LZ4 algorithm.

package main import ( "fmt" "github.com/bkaradzic/go-lz4" ) func main() { data := []byte("hello world") compressed, _ := lz4.Encode(nil, data) fmt.Println(compressed) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources