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
The truncate operation allows us to do operations on integers lazilly and only reduce the integer modulo its bit-size when necessary.
The necessary reasons to reduce an integer, ie apply a modulo/truncate is:
.
No response
No
The text was updated successfully, but these errors were encountered:
Current plan is to truncate on every integer arithmetic and then optimize this out in later iterations
Sorry, something went wrong.
Truncation is now implemented in a minimal form. Closing as we can open further issues for refining it.
No branches or pull requests
Problem
The truncate operation allows us to do operations on integers lazilly and only reduce the integer modulo its bit-size when necessary.
The necessary reasons to reduce an integer, ie apply a modulo/truncate is:
Happy Case
.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: