fabienrenaud / java-json-benchmark

Performance testing of serialization and deserialization of Java JSON libraries
MIT License
965 stars 134 forks source link

JDK 17 Upgrade #64

Closed SentryMan closed 1 year ago

SentryMan commented 1 year ago

It seems Jsoniter isn't compatible when I upgrade to JDK 17.

Screen shot of working lib:

image

SentryMan commented 1 year ago

Removing jsoniter, a top-contender lib, so swiftly isn't great. Please report the issue to the jsoniter project and make sure to emphasize we may have to remove jsoniter from this benchmark if it isn't fixed soon.

They seem to have a bunch of issues around it already, see this one for example https://github.com/json-iterator/java/issues/332 don't think it's been resolved yet.

SentryMan commented 1 year ago

by the way, when we expect the next run results?