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

perf: non-allocating mul_mod #373

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

DaniPopes
Copy link
Contributor

@DaniPopes DaniPopes commented May 27, 2024

Use a small hack to allocate a bit more that the required amount using nested arrays. The excess allocation only happens on uneven BITS, and should get trimmed by the optimizer anyway.

Supersedes #340.

@prestwich prestwich merged commit dc928b2 into recmo:main May 27, 2024
17 of 18 checks passed
@DaniPopes DaniPopes deleted the non-allocating-mul-mod branch May 27, 2024 17:31
@DaniPopes DaniPopes mentioned this pull request May 27, 2024
3 tasks
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.

2 participants