|
From: Travis O. <oli...@ie...> - 2006-01-31 03:28:51
|
Christopher Barker wrote: > > Which perhaps helps answer Travis' original question. > > Did it make much difference in this case, Travis? Some difference in that case. For 10**6 elements, the relevant loops went from about 34 msec/loop (using the timeit module) to about 31 msec/loop. For a savings of about 3 msec/loop on my AMD platform. -Travis |