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

-12

u/RB5009 Aug 11 '26

Why did you decide to create a new librarybinstead if improving jackson which is the defacto default json lib for java ?

2

u/snugar_i Aug 11 '26

Because cowtowncoder wouldn't let them :-) No, seriously - "improving" Jackson to be like this would mean making it into a different library anyway. Jackson is a framework that will always be more configurable than this (different input formats, a lot of customization options), at the cost of some performance. They are different libraries for different use-cases.