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

Address issue found wrt #967 by improving BigDecimalParser #969

Closed
wants to merge 1 commit into from

Conversation

cowtowncoder
Copy link
Member

So, looks like there is important performance difference between BigDecimal.movePointRight() and BigDecimal.scaleByPowerOfThen() -- latter avoiding issues with former.

@cowtowncoder cowtowncoder added performance Issue related to performance problems or enhancements 2.15 Issue planned (at earliest) for 2.15 labels Apr 1, 2023
@cowtowncoder cowtowncoder self-assigned this Apr 1, 2023
Copy link
Member

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@cowtowncoder cowtowncoder changed the base branch from 2.15 to 2.14 April 4, 2023 22:21
@cowtowncoder cowtowncoder changed the base branch from 2.14 to 2.15 April 4, 2023 22:21
@cowtowncoder
Copy link
Member Author

Still don't know how to properly rebase PRs; will close, re-create

@cowtowncoder cowtowncoder deleted the tatu/967-improve-bigdecimalparser-perf branch April 4, 2023 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.15 Issue planned (at earliest) for 2.15 performance Issue related to performance problems or enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants