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

Improve addition and subtraction implementations #5

Open
ckormanyos opened this issue Nov 5, 2020 · 0 comments
Open

Improve addition and subtraction implementations #5

ckormanyos opened this issue Nov 5, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ckormanyos
Copy link
Owner

The implementations of addition and subtraction can be improved in two areas.

  • An internal memory array is used for temporary results. This can probably be eliminated.
  • The entire array length of the wide decimal is used for add/sub regardless of the actual precision. Lmit this to the precision of the opertion.
@ckormanyos ckormanyos self-assigned this Nov 5, 2020
@ckormanyos ckormanyos added the enhancement New feature or request label Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant