http://www.python.org/2.3/highlights.html(...)
"According to a couple of simple benchmark, Python 2.3 is about 20-30% faster than Python 2.2.3. Some of this speed-up was obtained by removing the SET_LINENO opcodes, which means that the difference is less impressive when comparing "python -O"; the rest was various careful tune-ups."
[^] # Re: Zope 2.7 Beta 3
Posté par Bernard Hugueney . En réponse à la dépêche Zope 2.7 Beta 3. Évalué à 3.
"According to a couple of simple benchmark, Python 2.3 is about 20-30% faster than Python 2.2.3. Some of this speed-up was obtained by removing the SET_LINENO opcodes, which means that the difference is less impressive when comparing "python -O"; the rest was various careful tune-ups."
Pour les aventureux :
http://psyco.sourceforge.net/psycoguide/node9.html(...)