mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Cautious introduction of a patch that started from
SF 560379: Karatsuba multiplication. Lots of things were changed from that. This needs a lot more testing, for correctness and speed, the latter especially when bit lengths are unbalanced. For now, the Karatsuba code gets invoked if and only if envar KARAT exists.
This commit is contained in:
parent
5f7617b5f6
commit
5af4e6c739
3 changed files with 272 additions and 88 deletions
|
@ -106,6 +106,7 @@ Greg Couch
|
|||
Steve Cousins
|
||||
Alex Coventry
|
||||
Matthew Dixon Cowles
|
||||
Christopher A. Craig
|
||||
Drew Csillag
|
||||
Tom Culliton
|
||||
John Cugini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue