speed of python 2.4

Peter Hansen peter at engcorp.com
Fri Jul 9 17:22:41 EDT 2004


Wilk wrote:

> Hi,
> 
> In the page http://www.python.org/dev/doc/devel/whatsnew/node7.html
> the last sentence says :
> The net result of the 2.4 optimizations is that Python 2.4 runs the
> pystone benchmark around XX% faster than Python 2.3 and YY% faster than
> Python 2.2
> 
> What is the value of XX and YY ?

No, "what" is a word that is used to introduce some types of
questions. ;-)

The value of XX and YY, however, is unlikely to be known accurately
until there *is* a 2.4, rather than merely an alpha for 2.4.  Alphas
generally contain things that are not in the final release, sometimes
debugging or logging code, sometimes experimental things, sometimes
things that are implemented only in an early form and are expected
to change.

-Peter



More information about the Python-list mailing list