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

madler/pigz

A parallel implementation of gzip for modern multi-processor, multi-core machines. observed · 2026-08-28

github.com/madler/pigz · homepage · C observed · 2026-08-28

Health v2 · maintenance only

49/100

  • Activity 37
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 5990
  • days_rel: n/a
  • days_push: 382
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2960 stars · 191 forks observed · 2026-08-28

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

pigz is a parallel implementation of gzip that fully exploits multiple processors and cores when compressing data. It is a drop-in replacement for gzip built on zlib and pthreads, portable across Unix-style operating systems.

Use cases

  • compress large files faster using all CPU cores
  • drop-in gzip replacement for multicore machines
  • speed up backup and archive compression
  • parallel decompression of gzip files
  • compress data pipelines in shell scripts faster

When to choose

  • you need gzip-compatible output with maximum compression speed on multicore hardware
  • you want a simple, mature, dependency-light CLI tool
  • you compress large files or backups regularly

When to avoid

  • you need a compression format other than gzip
  • you are on a single-core machine where parallelism gives no benefit
  • you need a library API rather than a command-line tool

Facets

cli-tool · maturity stable

compression cli concurrency developer-tools files bsd cli cross-platform gzip parallel-compression zlib multicore c command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
madler/pigzmain49

For agents

markdown · JSON · MCP: product_card(name="madler/pigz")

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