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 #1198

Open
pjfanning opened this issue Dec 17, 2022 · 0 comments
Open

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

pjfanning opened this issue Dec 17, 2022 · 0 comments

Comments

@pjfanning
Copy link
Contributor

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. With the StreamReadFeature and StreamWriteFeature, you would probably want to make those opt-in - that json4s-jackson should probably not use them by default.

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

No branches or pull requests

1 participant