]> granicus.if.org Git - python/commit
Added new function k_lopsided_mul(), which is much more efficient than
authorTim Peters <tim.peters@gmail.com>
Mon, 12 Aug 2002 22:01:34 +0000 (22:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 Aug 2002 22:01:34 +0000 (22:01 +0000)
commit6000464d08b94114baeef0a464896654fb0faa62
tree1f580137cffdcdc2f4c82624f964f9448b3a7489
parent558fc977c5eea1af25fca4bf7f28a41756ba2ad6
Added new function k_lopsided_mul(), which is much more efficient than
k_mul() when inputs have vastly different sizes, and a little more
efficient when they're close to a factor of 2 out of whack.

I consider this done now, although I'll set up some more correctness
tests to run overnight.
Misc/NEWS
Objects/longobject.c