Registry / serialization / btcsuite-snappy-go

btcsuite-snappy-go

JSON →
library1.0.0gogounverified

Package snappy implements the snappy block-based compression format, aiming for very high speeds and reasonable compression.

go get github.com/btcsuite/snappy-go
INSTALL
IMPORT
SIG · BTCSUITE-SNAPPY-GO
B
btcsuite-snappy-go
serializationgov1.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.

snappy
✓ github.com/btcsuite/snappy-go

Compress data using snappy block compression.

package main import ( "fmt" "github.com/btcsuite/snappy-go" ) func main() { data := []byte("hello world") compressed, _ := snappy.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
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
btcsuite-snappy-go — go get btcsuite-snappy-go · libregistry