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

avoid converting strings to char arrays #972

Closed
wants to merge 1 commit into from

Conversation

pjfanning
Copy link
Member

  • it is inefficient to convert strings to char arrays if we don't need to

@pjfanning pjfanning closed this Apr 4, 2023
@pjfanning pjfanning deleted the big-dec-parser-array branch April 4, 2023 18:03
@pjfanning
Copy link
Member Author

looking at BigDecimal code, this change doesn't really help (BigDecimal String constructor converts to a char array anyway)

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.

None yet

1 participant