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

Implement decimal32 #3

Open
anzdaddy opened this issue Dec 23, 2018 · 0 comments
Open

Implement decimal32 #3

anzdaddy opened this issue Dec 23, 2018 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@anzdaddy
Copy link
Member

anzdaddy commented Dec 23, 2018

As described in https://en.wikipedia.org/wiki/Decimal32_floating-point_format. The value of this is likely marginal, but might be useful in some scenarios:

  1. Memory constrained environments might benefit from the halving in size relative to decimal64.
  2. Since uint64 suffices for internal operations, it will likely be much faster than decimal64.
  3. 32-bit environments may benefit even more from the above two points.
@anzdaddy anzdaddy added the enhancement New feature or request label Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant