commit | 28b0e2a7f826abfdcf92feb045bf5ddd3de632a1 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Aug 13 02:17:11 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Aug 13 02:17:11 2002 +0000 |
tree | 21141e7a9208f256ab55e54ae29695d57f20171d | |
parent | d8c8048f5e9660a877e6894393198a63cb99c89c [diff] |
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.