We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BigDec
See the diff in this PR: #6369
Notice TODOs marked with "TODO: (perf)"
We can optimize our math by creating mutative versions of the linked math helpers on BigDec that do not reallocate the internal buffer.
For each individual helper, create a separate PR with the mutative versions that do not reallocate the internal buffer
osmomath
The text was updated successfully, but these errors were encountered:
Related work: #6261
Sorry, something went wrong.
@p0mvn Hi is anyone working on this?
hey @hieuvubk, I suppose it is free to pick up, since this has Help Wanted label! Thanks!
hieuvubk
Successfully merging a pull request may close this issue.
Background
See the diff in this PR:
#6369
Notice TODOs marked with "TODO: (perf)"
We can optimize our math by creating mutative versions of the linked math helpers on
BigDec
that do not reallocate the internal buffer.Suggested Design
For each individual helper, create a separate PR with the mutative versions that do not reallocate the internal buffer
Acceptance Criteria
osmomath
The text was updated successfully, but these errors were encountered: