Skip to content
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

Use jsoniter-scala instead of circe #6

Closed
plokhotnyuk opened this issue Aug 18, 2022 · 1 comment · Fixed by #7
Closed

Use jsoniter-scala instead of circe #6

plokhotnyuk opened this issue Aug 18, 2022 · 1 comment · Fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@plokhotnyuk
Copy link
Contributor

The library supports Scala.JS and Scala Native platforms and shows the best in JVM world performance of parsing and serialization for floating point numbers.

Below are results of benchmarks for a sample of the GeoJSON model using different JSON parsers including circe and circe with jsoniter-scala booster:

image

image

@satabin
Copy link
Member

satabin commented Aug 19, 2022

Hi @plokhotnyuk, thanks for the issue. I think we can add a jsoniter integration, the same way we did for circe. I must admit I don't have much experience with it now, but it shouldn't be a big problem. I will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants