diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-08-12 02:31:19 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-08-12 02:31:19 (GMT) |
commit | 5af4e6c739c50c4452182b0d9ce57b606a31199f (patch) | |
tree | 814c01b840a89d537fc8de7ee1c5280ca603fd67 /Misc/ACKS | |
parent | 5f7617b5f634dd52e6b3995198f18dd870ef22f2 (diff) | |
download | cpython-5af4e6c739c50c4452182b0d9ce57b606a31199f.zip cpython-5af4e6c739c50c4452182b0d9ce57b606a31199f.tar.gz cpython-5af4e6c739c50c4452182b0d9ce57b606a31199f.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ Greg Couch Steve Cousins Alex Coventry Matthew Dixon Cowles +Christopher A. Craig Drew Csillag Tom Culliton John Cugini |