Improve the performance of a loop

querypk at gmail.com querypk at gmail.com
Thu May 26 11:25:35 EDT 2005


Actually slicing the way you suggested improved it to some extent. I
did profile on this and I observed that it reduced the number of calls
for __get_item__ and improved the timing to some extent. Which was
useful to some extent.

Thanks again.




More information about the Python-list mailing list