Ross ROSS = Recommend OSS · open-source software intelligence for agents

klauspost/pgzip

Go parallel gzip (de)compression observed · 2026-08-28

github.com/klauspost/pgzip · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 93
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4339
  • days_rel: n/a
  • days_push: 42
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1205 stars · 88 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library providing parallel gzip compression and decompression as a drop-in replacement for the standard compress/gzip package. It splits data into blocks compressed concurrently and reads ahead during decompression, producing fully standard gzip files.

Use cases

  • compress large files faster with multiple CPU cores
  • speed up gzip decompression of big data streams
  • replace compress/gzip in Go code without changing output format
  • parallelize gzip compression in data pipelines
  • reduce blocking when reading gzip streams

When to choose

  • you are compressing or decompressing large amounts of data (over 1MB at a time) in Go
  • you need standard gzip-compatible output with parallel speedups
  • you want a drop-in replacement for compress/gzip

When to avoid

  • you are compressing small payloads under 1MB where parallelism adds overhead
  • you need seeking within compressed files (consider bgzf)
  • you need maximum single-threaded compression ratios (consider klauspost/compress)

Facets

library · maturity stable

compression developer-tools files performance go cross-platform gzip parallel-compression drop-in-replacement

1 source

Member repositories

RepositoryRoleHealth v2
klauspost/pgzipmain65

For agents

markdown · JSON · MCP: product_card(name="klauspost/pgzip")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem