Files
cpython/Objects
Tim Peters 877a212678 Introduced helper functions v_iadd and v_isub, for in-place digit-vector
addition and subtraction.  Reworked the tail end of k_mul() to use them.
This saves oodles of one-shot longobject allocations (this is a triply-
recursive routine, so saving one allocation in the body saves 3**n
allocations at depth n; we actually save 2 allocations in the body).
2002-08-12 05:09:36 +00:00
..
2002-08-06 22:12:52 +00:00
2002-07-17 16:30:39 +00:00
2002-08-06 21:50:54 +00:00
2002-07-17 16:30:39 +00:00
2002-08-07 16:21:51 +00:00
2002-07-18 18:49:52 +00:00
2002-07-17 16:30:39 +00:00
2002-07-17 16:30:39 +00:00