json-serialization-benchmarking
json-serialization-benchmarking copied to clipboard
Miscellaneous benchmarks for JSON serialization on JVM/Android
I took a liberty to update versions of everything. Some Gradle plugins broke (e.g. Shadow doesn't seem to work, but I'm not sure about it) or got obsolete, so I...
There is a related benchmark for JSON on Java. They also use JMH. https://github.com/RichardHightower/json-parsers-benchmark It would be interesting to somehow compare these results with the results of this repository. Maybe...
Jackson still has quite a large user base, so it would be useful to have benchmarks to compare against code-generator serializers. https://github.com/FasterXML/jackson-databind https://github.com/FasterXML/jackson-module-kotlin Add benchmarks for every combination of: 1....
Resolves #17
I was trying to run these test locally but most of the time it fails with stackoverflow error and even when it's successful, takes around ~15 minutes to execute. Not...