Code speedup tips

Miki Tebeka tebeka at cs.bgu.ac.il
Sun Mar 2 03:37:12 EST 2003


Hello Sean,

> Any tips on how to make this more efficient would be greatly appreciated.
1. Try using psyco (http://psyco.sourceforge.net/)
2. Try using python2.3 (still in alpha but stable and around 20% faster than 2.2)

HTH.
Miki




More information about the Python-list mailing list