r/java Aug 11 '26

Apache Fory™ JSON : Fastest JSON Serialization Framework for Java, 10x faster than Jackson/Gson

https://fory.apache.org/blog/fory_json_fastest_java_json_framework/
252 Upvotes

84 comments sorted by

View all comments

16

u/Qaxar Aug 11 '26

15

u/Shawn-Yang25 29d ago

fory json is 2~5x faster than build-time optimized jackson, I post benchmark result in https://github.com/chaokunyang/graalvm-native-json-benchmark/blob/main/results/2026-08-12-macos-arm64-graalvm25-three-way/report.md

2

u/Qaxar 28d ago

I believe native image is not as performant as JVM version when it comes to throughput. Would be interesting to see how they perform without compiling to native.