nowfound

Alternatives

Products that do what Apache Fory Rust – 10-20x faster serialization than JSON/Protobuf does

Serialization framework with some interesting numbers: 10-20x faster on nested objects than json/protobuf. Technical approach: compile-time codegen (no reflection), compact binary protocol with meta-packing, little-endian layout optimized for modern CPUs. Unique features that other fast serializers don't have: - Cross-language without IDL files (Rust ↔ Python/Java/Go) - Trait object serialization (Box) - Automatic circular reference handling - Schema evolution without coordination Happy to discuss design trade-offs. Benchmarks:…

  1. Not indexed yet — check back in a few minutes.

Ranked by how close each launch is in meaning, then by votes. Refine with a description →

Alternatives to Apache Fory Rust – 10-20x faster serialization than JSON/Protobuf: Serialization framework with some interesting (2026) — NowFound