]> granicus.if.org Git - python/commit
Machines-- and Python --are a lot faster in relevant ways since this
authorTim Peters <tim.peters@gmail.com>
Tue, 13 Aug 2002 02:17:11 +0000 (02:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 13 Aug 2002 02:17:11 +0000 (02:17 +0000)
commit28b0e2a7f826abfdcf92feb045bf5ddd3de632a1
tree21141e7a9208f256ab55e54ae29695d57f20171d
parentd8c8048f5e9660a877e6894393198a63cb99c89c
Machines-- and Python --are a lot faster in relevant ways since this
test was written.  So boosted the number of "digits" this generates, and
also beefed up the "* / divmod" test to tickle numbers big enough to
trigger the Karatsuba algorithm.  It takes about 2 seconds now on my box.
Lib/test/test_long.py