mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Neal sent real performance numbers. :-(
This commit is contained in:
parent
06b8b02711
commit
b3922cb086
1 changed files with 3 additions and 2 deletions
|
@ -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!
|
||||
|
||||
.. ======================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue