[Python-Dev] Memory size overflows (original) (raw)

Armin Rigo arigo@tunes.org
Thu, 17 Oct 2002 17:16:42 +0200 (CEST)


Hello,

On Thu, 17 Oct 2002, Gerald S. Williams wrote:

Here's a version of my previous algorithm with the checks added back in to improve overall performance. This one runs about as fast as the divide-and-compare algorithm for my test cases. :-)

We might be running into code bloats thought. If we go for such big macros, I believe we should design them so that they run fast in the common case and call a helper function otherwise.

Armin