Show HN: Apache Fory Rust – 10-20x faster serialization than JSON/Protobuf
6 months ago
- #rust
- #serialization
- #performance
- Apache Fory Rust is a high-performance, cross-language serialization framework.
- It handles complex data structures like circular references and trait objects automatically.
- Supports schema evolution, allowing independent microservices to evolve without breaking changes.
- Features zero-copy techniques and compile-time code generation for efficiency.
- Benchmarks show significant performance advantages over JSON and Protocol Buffers.
- Ideal for microservices, high-performance data pipelines, and real-time systems.
- Thread-safe and supports a comprehensive type system including smart pointers and collections.
- Open-source under Apache License 2.0 with an active community for contributions.