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

Fixes #653: enable fast(er) parsing/writing of Doubles, BigDecimals #756

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

tatu-at-datastax
Copy link
Contributor

What this PR does:

Enables Jackson read and write options for more optimized reading of floating-point numbers (see https://cowtowncoder.medium.com/jackson-2-16-faster-bigdecimal-reads-b65eb127b899 for more details)

Which issue(s) this PR fixes:
Fixes #653

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@tatu-at-datastax tatu-at-datastax self-assigned this Jan 2, 2024
@tatu-at-datastax tatu-at-datastax requested a review from a team as a code owner January 2, 2024 18:48
@tatu-at-datastax tatu-at-datastax merged commit 29bf9b6 into main Jan 2, 2024
2 checks passed
@tatu-at-datastax tatu-at-datastax deleted the tatu/653-faster-bigdecimal-reads branch January 2, 2024 19:32
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

Successfully merging this pull request may close these issues.

Investigate if Jackson 2.15 provided "fast floating-point" improves BigDecimal reads, enable
2 participants