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

apache/fory

A blazingly fast multi-language serialization framework for idiomatic domain objects, schema IDL, and cross-language data exchange. observed · 2026-08-28

github.com/apache/fory · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 98
  • Longevity 87
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: 20
  • age_days: 1223
  • days_rel: 18
  • days_push: 7
  • n_releases_24m: 30

Full methodology

Adoption not part of the score

4515 stars · 435 forks observed · 2026-08-28

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

Apache Fory is a blazingly fast multi-language serialization framework supporting idiomatic domain objects, a reference-aware schema IDL, and cross-language binary data exchange. It offers JIT-generated serializers, schema evolution, shared/circular reference handling, row-format random access, and Fory-backed gRPC integration across Java, Python, C++, Go, Rust, JavaScript, C#, Swift, Dart, Scala, and Kotlin.

Use cases

  • serialize objects fast in java
  • cross-language serialization between python and rust
  • serialize dataclasses in python to binary
  • schema evolution for binary payloads
  • preserve circular references when serializing object graphs
  • generate native model classes from an IDL schema
  • high-throughput serialization for rpc payloads
  • random access to fields without full deserialization

When to choose

  • you need very fast, compact binary serialization across multiple languages
  • you must serialize existing idiomatic domain objects without IDL boilerplate
  • your object graphs contain shared or circular references or polymorphic types
  • you want schema evolution with forward/backward compatibility
  • you need partial/random access to serialized analytical data via row format

When to avoid

  • you need a human-readable format like JSON or YAML for interoperability with third parties
  • your stack uses languages Fory does not support
  • you need a battle-tested minimal format like protobuf with a mature ecosystem and broad tooling
  • you only serialize simple data occasionally and performance is irrelevant

Facets

library · maturity active

serialization rpc compiler sdk developer-tools microservices apis performance cross-platform jvm python go rust cpp dotnet cross-platform browser xlang zero-copy jit-serialization schema-evolution idl code-generation row-format grpc object-graph binary-format javascript swift android nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
apache/forymain96

For agents

markdown · JSON · MCP: product_card(name="apache/fory")

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