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:
Tim Peters 2002-08-12 02:31:19 +00:00
parent 5f7617b5f6
commit 5af4e6c739
3 changed files with 272 additions and 88 deletions

View file

@ -106,6 +106,7 @@ Greg Couch
Steve Cousins
Alex Coventry
Matthew Dixon Cowles
Christopher A. Craig
Drew Csillag
Tom Culliton
John Cugini