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

support jackson's fast number parsing/writing features #196

Open
pjfanning opened this issue Dec 21, 2022 · 1 comment
Open

support jackson's fast number parsing/writing features #196

pjfanning opened this issue Dec 21, 2022 · 1 comment

Comments

@pjfanning
Copy link

Jackson's JsonFactory supports these features.

  • StreamReadFeature.USE_FAST_DOUBLE_PARSER
  • StreamWriteFeature.USE_FAST_DOUBLE_WRITER
    When you create a Jackson ObjectMapper, you can optionally supply a JsonFactory.

Just thought I'd raise awareness of these features of jackson (v2.14.0 and above). With the StreamReadFeature and StreamWriteFeature, you would probably want to make those opt-in - that chesire should probably not use them by default.

@dakrone
Copy link
Owner

dakrone commented Dec 21, 2022

Thanks for letting me know about them. Looks like a few other things have changed around here too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants