boonproject/boon

Improve performance of benchmarks

Opened this issue · 5 comments

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.

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.
Jackson still wins one.