json-serialization-benchmarking icon indicating copy to clipboard operation
json-serialization-benchmarking copied to clipboard

Related benchmarks

Open hastebrot opened this issue 7 years ago • 1 comments

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 we can also add benchmark for the JSON parser of Groovy. They provide a very optimised parser. http://docs.groovy-lang.org/2.4.9/html/gapi/groovy/json/JsonSlurper.html

hastebrot avatar Feb 26 '18 12:02 hastebrot

PRs welcome!

ZacSweers avatar May 20 '18 23:05 ZacSweers