-
Notifications
You must be signed in to change notification settings - Fork 607
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
Speedup Fractional exponentiation, and make a benchmark #6392
Conversation
Important Notice This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be Please follow the instructions below:
Please let us know if you need any help. |
devbot add changelog perf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Going to backport and test for state-compatibility on v19.x
* Speedup Fractional exponentiation, and make a benchmark * update changelog --------- Co-authored-by: devbot-wizard <[email protected]> (cherry picked from commit c54e222) # Conflicts: # CHANGELOG.md
…) (#6465) Co-authored-by: roman <[email protected]>
cref @samalws-tob
This state compatibly speeds up the Fractional exponentiation core loop by approximately 10%. Will look for more speed ups (the mul and quo should be state compatibly speedup)