RuedigerMoeller/fast-serialization
FST: fast java serialization drop in-replacement observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: n/a
- age_days: 4654
- days_rel: n/a
- days_push: 1160
- n_releases_24m: 0
Adoption not part of the score
1595 stars · 236 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FST is a fast, JDK-serialization-compatible drop-in replacement for Java object serialization, also offering JSON encoding of serializable object graphs and off-heap/persistent maps. It includes FSTStructs for packed-object-style memory layouts and the MinBin cross-platform binary format.
Use cases
- speed up java serialization of object graphs
- replace jdk serialization with a faster drop-in
- serialize objects to including shared references
- store large maps off the jvm heap
- persist off-heap maps to disk
- serialize lambdas and complex graphs on android
When to choose
- you need faster binary serialization compatible with java.io.Serializable
- you want off-heap data structures to reduce GC pressure
- you need JSON output of full object graphs with reference handling
When to avoid
- you need a modern actively developed serialization library
- you cannot use incubator foreign memory APIs on java 14+ for the 3.x line
- you need cross-language schema evolution like protobuf or avro
Facets
library · maturity maintenance
serialization caching developer-tools performance databases jvm java-serialization offheap drop-in-replacement binary-format minbin android
1 source
- readme: https://github.com/RuedigerMoeller/fast-serialization · fetched 2026-08-28 · 382f3251cfe2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RuedigerMoeller/fast-serialization | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="RuedigerMoeller/fast-serialization")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem