-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
math/big: specialize Karatsuba implementation for squaring #23221
Comments
@griesemer perhaps you meant to milestone this as Unplanned, not Unreleased? |
Change https://golang.org/cl/105075 mentions this issue: |
Has pending CL so marking release-blocker for Go 1.11. @griesemer can of course choose to not accept it for Go 1.11, but it was mailed pre-freeze so is okay for Go 1.11 and is just awaiting some review. |
I will review this but it's certainly not a release blocker. The code works fine as is and the new code is not that much faster. |
We use "release-blocker" also to mean an issue has a CL and needs attention before the release, otherwise they get bulk moved to Go 1.12 and things aren't given attention. So I'm going to re-apply "release-blocker" to this to protect it from bulk moves. Again, this doesn't need to be in Go 1.11 if you don't want it. It just needs to be decided by a human one way or another for Go 1.11 because a human spent the time to mail a CL. |
Change https://golang.org/cl/114335 mentions this issue: |
For #23221. Change-Id: If55dcf2e0706d6658f4a0863e3740437e008706c Reviewed-on: https://go-review.googlesource.com/114335 Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
We may be able to get some more performance out of the multiplication code when we know that both operands are the same.
Follow-up for #13745.
The text was updated successfully, but these errors were encountered: