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

luben/zstd-jni

JNI binding for Zstd observed · 2026-09-01

github.com/luben/zstd-jni · C · BSD-2-Clause (permissive) observed · 2026-09-01

Health v2 · maintenance only

77/100

  • Activity 100
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4207
  • days_rel: n/a
  • days_push: 4
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1063 stars · 216 forks observed · 2026-09-01

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

JNI bindings for the Zstandard (Zstd) lossless compression library, usable from Java and all JVM languages including Android. It exposes static compress/decompress methods and InputStream/OutputStream implementations compatible with the zstd tool, with the native library embedded in the JAR.

Use cases

  • compress and decompress data with zstd from Java
  • transparently compress streams via InputStream/OutputStream
  • add fast lossless compression to an Android app
  • reduce storage or network payload size in JVM services
  • read and write zstd-format files from Scala or Kotlin

When to choose

  • you need Zstd compression from Java, Kotlin, or Scala with minimal setup
  • you want a dependency-free JAR with embedded native binaries
  • you need Android support for zstd
  • you want stream-based compression compatible with the zstd CLI

When to avoid

  • you need support for legacy zstd formats (0.4-0.7)
  • you plan to rename, minimize, or relocate the Java classes (breaks native linking)
  • you need pure-Java compression without native libraries

Facets

library · maturity stable

compression serialization developer-tools files performance jvm cross-platform zstd jni java lossless-compression native-library android

1 source

Member repositories

RepositoryRoleHealth v2
luben/zstd-jnimain77

For agents

markdown · JSON · MCP: product_card(name="luben/zstd-jni")

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