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

zlib-ng/zlib-ng

zlib replacement with optimizations for "next generation" systems. observed · 2026-08-28

github.com/zlib-ng/zlib-ng · C · Zlib (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 99
  • Release rhythm 57
  • Longevity 100
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: 63
  • age_days: 4342
  • days_rel: 211
  • days_push: 7
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

2083 stars · 342 forks observed · 2026-08-28

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

A zlib-compatible data compression library rewritten in modern C11 with SIMD/CPU-intrinsic optimizations for deflate and inflate. It serves as a drop-in replacement for stock zlib, offering significantly faster compression on modern CPUs.

Use cases

  • speed up gzip/deflate compression in my application
  • drop-in replacement for zlib with better performance
  • fast inflate/decompression library in C
  • compression library using AVX2/NEON intrinsics
  • replace zlib without changing my code's API calls

When to choose

  • you need zlib API compatibility but want major speed gains on modern x86-64 or ARM CPUs
  • you want a maintained, fuzz-tested zlib fork with clean modern C code
  • your workload is compression-heavy and CPU-bound

When to avoid

  • you need exact byte-for-byte output identical to stock zlib in all cases
  • you target very old CPUs without SIMD support where gains are minimal
  • you need compression formats beyond zlib/deflate/gzip

Facets

library · maturity active

compression developer-tools performance files cross-platform cpp c zlib deflate inflate simd-optimization drop-in-replacement c11

1 source

Member repositories

RepositoryRoleHealth v2
zlib-ng/zlib-ngmain84

For agents

markdown · JSON · MCP: product_card(name="zlib-ng/zlib-ng")

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