Registry / utility / buengese-sgzip

buengese-sgzip

JSON →
library0.1.1gogounverified

A seekable gzip implementation that compresses data in parallel blocks, compliant with RFC 1952.

go get github.com/buengese/sgzip
INSTALL
IMPORT
SIG · BUENGESE-SGZIP
B
buengese-sgzip
utilitygov0.1.1
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.

sgzip
github.com/buengese/sgzip

Compresses data using seekable gzip.

package main import ( "bytes" "fmt" "github.com/buengese/sgzip" ) func main() { var buf bytes.Buffer w := sgzip.NewWriter(&buf) w.Write([]byte("Hello, world!")) w.Close() fmt.Println("Compressed data size:", buf.Len()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
buengese-sgzip — go get buengese-sgzip · libregistry