[BangPypers] Tuples vs Lists, perfromance difference

Noufal Ibrahim noufal at gmail.com
Thu Dec 24 08:59:22 CET 2009


On Thu, Dec 24, 2009 at 1:11 PM, Roshan Mathews <rmathews at gmail.com> wrote:

> [..]
> When you do need to get things faster, (assuming you already have
> optimized your algo), just use psyco [1] -- that should speed things
> up significantly.  If that's still not good enough, then think of
> tricks (like the tuple vs. list) one, and use a profiler to see what
> works for you.[..]


psyco is 32 bit only and development has pretty much ceased since all the
chaps working on it went to PyPy.
Also, for some perverse bits of code, it plainly skips compilation.




-- 
~noufal
http://nibrahim.net.in


More information about the BangPypers mailing list