commit | 6000464d08b94114baeef0a464896654fb0faa62 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Aug 12 22:01:34 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Aug 12 22:01:34 2002 +0000 |
tree | 1f580137cffdcdc2f4c82624f964f9448b3a7489 | |
parent | 558fc977c5eea1af25fca4bf7f28a41756ba2ad6 [diff] |
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.