Registry / utility / cosnicolaou-pbzip2

cosnicolaou-pbzip2

JSON →
library1.0.6gogounverified

A pure Go implementation of parallel bzip2 compression and decompression.

go get github.com/cosnicolaou/pbzip2
INSTALL
IMPORT
SIG · COSNICOLAOU-PBZIP2
C
cosnicolaou-pbzip2
utilitygov1.0.6
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.

pbzip2
github.com/cosnicolaou/pbzip2

Compresses data using parallel bzip2 compression.

package main import ( "bytes" "fmt" "github.com/cosnicolaou/pbzip2" ) func main() { var buf bytes.Buffer w := pbzip2.NewWriter(&buf) w.Write([]byte("hello")) w.Close() fmt.Println("compressed") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
cosnicolaou-pbzip2 — go get cosnicolaou-pbzip2 · libregistry