Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r49603:a8545592fa3e Date: 2011-11-21 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/a8545592fa3e/
Log: minor fixes diff --git a/pypy/doc/release-1.7.0.rst b/pypy/doc/release-1.7.0.rst --- a/pypy/doc/release-1.7.0.rst +++ b/pypy/doc/release-1.7.0.rst @@ -24,7 +24,7 @@ The main topic of this release is widening the range of code which PyPy can greatly speed up. On average on our benchmark suite, PyPy 1.7 is around **30%** faster than PyPy 1.6 and up -to **20x** faster on some benchmarks. +to **20 times** faster on some benchmarks. .. _`pypy 1.7 and cpython 2.7.1`: http://speed.pypy.org @@ -54,8 +54,8 @@ * JSON encoder (but not decoder) has been replaced with a new one. This one is written in pure Python, but is known to outperform CPython's C extension - up to **2x** in some cases. It's about **20x** faster than the one that - we had in 1.6. + up to **2 times** in some cases. It's about **20 times** faster than + the one that we had in 1.6. * The memory footprint of some of our RPython modules has been drastically improved. This should impact any applications using for example cryptography, _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
