google/snappy
A fast compressor/decompressor observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
Flags: 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: 4566
- days_rel: 525
- days_push: 33
- n_releases_24m: 1
Adoption not part of the score
6600 stars · 1040 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Snappy is a fast compression/decompression library from Google that prioritizes very high throughput over maximum compression ratios. It offers a stable bitstream format, a robust decompressor that resists corrupted input, and speeds of roughly 250 MB/s compression and 500 MB/s decompression.
Use cases
- compress data fast without high CPU cost
- speed up database or log file storage with lightweight compression
- compress network payloads where latency matters more than size
- decompress untrusted input safely without crashing
- replace zlib when compression speed is the bottleneck
When to choose
- you need maximum compression/decompression speed and can accept larger output files
- you need a stable, battle-tested format used in production at petabyte scale
- you are compressing text, HTML, or structured data on 64-bit x86 hardware
When to avoid
- you need the smallest possible compressed size rather than the fastest speed
- you need compatibility with gzip or other standard compression formats
- you target big-endian or non-64-bit platforms where performance degrades
- you are compressing already-compressed data like JPEG or PNG
Facets
library · maturity stable
compression developer-tools performance files cpp cross-platform windows compression-library fast-compression google lossless-compression c-plus-plus linux macos
2 sources
- readme: https://github.com/google/snappy · fetched 2026-08-28 · 9bed84bc71ca
- homepage: https://github.com/google/snappy · fetched 2026-08-29 · ba59b79f375e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/snappy | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem