Apache Fory Serialization 1.0.0 Released Now
Posted by Shawn-Yang25@reddit | programming | View on Reddit | 2 comments
Apache Fory is a blazingly fast multi-language serialization framework for idiomatic domain objects, schema IDL, and cross-language data exchange. Key Features For 1.0 Release:
- Unified xlang type system and xlang is default serialization mode now across java/python/c++/rust/go/c#/swift/javascript/dart/kotlin/scala.
- Decimal, bfloat16, dense array support for xlang serialization.
- Android serialization and Java annotation processor support
- Kotlin xlang, KSP, and schema IDL support
- Scala schema IDL support and scala3 macro derived serializer
- Serialization performance improvements
MankyMan0099@reddit
cross-language type systems are always tricky to implement. the performance benchmarks look promising. how does it compare to protobuf in terms of schema migration complexity?
PiotrDz@reddit
Highly recommend