On Sep 4, 7:06 am, [EMAIL PROTECTED] wrote: One thing to do is to calc i+1 etc before the j loop instead of on every iteration. That is, calculate 600,000 times instead of 6*57*100,000=34,200,00, And in today's world, it probably won't make a lot of difference, This is not related to gc but is a good programming practice IMHO. Personal preference is to use a varialble to store the result If I have to calculate something more than twice.
-- http://mail.python.org/mailman/listinfo/python-list