]> granicus.if.org Git - python/commit
Cautious introduction of a patch that started from
authorTim Peters <tim.peters@gmail.com>
Mon, 12 Aug 2002 02:31:19 +0000 (02:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 Aug 2002 02:31:19 +0000 (02:31 +0000)
commit5af4e6c739c50c4452182b0d9ce57b606a31199f
tree814c01b840a89d537fc8de7ee1c5280ca603fd67
parent5f7617b5f634dd52e6b3995198f18dd870ef22f2
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.
Misc/ACKS
Misc/NEWS
Objects/longobject.c