Registry / serialization / siddontang-go-snappy

siddontang-go-snappy

JSON →
library0.0.0-20140704025258-d8f7bb82a96dgogounverified

Package go-snappy provides a Go implementation of the Snappy compression algorithm.

go get github.com/siddontang/go-snappy
INSTALL
IMPORT
SIG · SIDDONTANG-GO-SNAP
S
siddontang-go-snappy
serializationgov0.0.0-20140704025258-d8f7bb82a96d
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/siddontang/go-snappy

Compress data using Snappy compression.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20140704025258-d8f7bb82a96dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
siddontang-go-snappy — go get siddontang-go-snappy · libregistry