From: Guido van Rossum Date: Fri, 31 Aug 2007 14:03:28 +0000 (+0000) Subject: Neal sent real performance numbers. :-( X-Git-Tag: v3.0a1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3922cb086e7085f23ed18229fdcbd09e7eabb65;p=thirdparty%2FPython%2Fcpython.git Neal sent real performance numbers. :-( --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index ccd732c2a76e..88a8a12db705 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -297,8 +297,9 @@ Optimizations * Detailed changes are listed here. The net result of the 3.0 generalizations is that Python 3.0 runs the -pystone benchmark around 25% slower than Python 2.5. There's room for -improvement! +pystone benchmark around 33% slower than Python 2.5. There's room for +improvement; we expect to be optimizing string and integer operations +significantly before the final 3.0 release! .. ======================================================================