{"id":75048,"library":"cosnicolaou-pbzip2","title":"pbzip2","description":"A pure Go implementation of parallel bzip2 compression and decompression.","status":"active","version":"1.0.6","language":"go","source_language":null,"source_url":"https://github.com/cosnicolaou/pbzip2","tags":["compression","bzip2","parallel","archive"],"install":[{"cmd":"go get github.com/cosnicolaou/pbzip2","lang":"bash","label":"Install github.com/cosnicolaou/pbzip2"}],"dependencies":[],"imports":[{"symbol":"pbzip2","correct":"github.com/cosnicolaou/pbzip2"}],"quickstart":{"code":"package main\n\nimport (\n    \"bytes\"\n    \"fmt\"\n    \"github.com/cosnicolaou/pbzip2\"\n)\n\nfunc main() {\n    var buf bytes.Buffer\n    w := pbzip2.NewWriter(&buf)\n    w.Write([]byte(\"hello\"))\n    w.Close()\n    fmt.Println(\"compressed\")\n}","lang":"go","description":"Compresses data using parallel bzip2 compression."},"warnings":[],"env_vars":null,"search_vec":"'archiv':15 'bzip2':8,13 'compress':9,12 'decompress':11 'go':4 'implement':5 'parallel':7,14 'pbzip2':1 'pure':3","created_at":"2026-06-17T19:11:37.764868+00:00","updated_at":"2026-06-17T19:11:37.764868+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/cosnicolaou/pbzip2","github":"https://github.com/cosnicolaou/pbzip2","docs":"https://pkg.go.dev/github.com/cosnicolaou/pbzip2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}