-
Notifications
You must be signed in to change notification settings - Fork 102
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
Improve performance of benchmarks #347
Comments
Cool! Do you plan on getting rid of the String char[] stealing/setting stuff? I mean they won't work w/ Java 9. |
In the advantageous version. Not here. I think. |
What do you think? |
If the advantageous version aims at using the latest and most efficient stuff (as it dropped Java 7 support) and boonproject aims at compat with old Java, I think you're right. |
On the Object Serialization tests that Jackson wins.. I have one that is now tied. |
RichardHightower/json-parsers-benchmark@ac9c8ed
See updates to the readme.
@slandelle
I am about to perf tune Boon to get some perf for use cases where Jackson beats it.
The text was updated successfully, but these errors were encountered: