xerial/snappy-java
Snappy compressor/decompressor for Java observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 73
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: 311
- age_days: 5110
- days_rel: 410
- days_push: 163
- n_releases_24m: 2
Adoption not part of the score
1081 stars · 252 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java port of Google's Snappy fast compressor/decompressor, using JNI to achieve near-native performance. It bundles native libraries for Windows, Mac, and Linux and supports compression of Java primitive arrays plus the Snappy framing format.
Use cases
- compress large byte arrays quickly in Java
- add Snappy compression to a JVM data pipeline
- compress primitive arrays like int[] or double[] efficiently
- read or write Snappy framing-format streams
- reduce memory footprint of streaming compression in a server app
When to choose
- you need very fast compression/decompression (hundreds of MB/s) in Java
- compression ratio is less important than speed
- you want a portable, drop-in JAR with bundled native libraries
- you need OSGi or multi-classloader-safe native loading
When to avoid
- you need maximum compression ratio rather than speed (use gzip, bzip2, or zstd)
- you need a pure-Java implementation without native dependencies
- your platform lacks a prebuilt native library
Facets
library · maturity stable
compression serialization developer-tools performance files jvm cross-platform windows snappy jni java data-compression maven linux macos
1 source
- readme: https://github.com/xerial/snappy-java · fetched 2026-08-28 · db8ddcb3eba5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xerial/snappy-java | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="xerial/snappy-java")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem