-
Notifications
You must be signed in to change notification settings - Fork 525
Benchmark differences #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
watching... |
@Kyson you can use Also, please look into the core module of It started from Scala macro that reused reader and writer from Jsoniter Java and generated codecs for them but then evolved to have own core module. Now it has lot of goodies that can be ported back to this library easily:
|
@Kyson Also, I have added Jsoniter Java to our benchmark suite using following adapters for parsing and serialization: And it looks quite competitive vs DSL-JSON... Please, see results: |
Hi, the jsoniter websites claims it's quite a lot faster compared to Jackson. However as per https://github.com/fabienrenaud/java-json-benchmark -- Jackson seems to be faster in all the test cases. Are there any issues with the benchmark code or settings that need to be applied? Curious to know why there are such differences and which Json library we're currently considering to use.
Thanks.
The text was updated successfully, but these errors were encountered: