Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r318:edf843a0da99 Date: 2012-02-11 23:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/edf843a0da99/
Log: (hodgestar) minor grammar diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -29,7 +29,7 @@ In general, make sure you warm up your program before running benchmarks, if you're measuring something long-running like a server. The time required to warm up the JIT varies; give it at least a couple of seconds. (PyPy's - JIT takes a specially long time to warm up.) + JIT takes an especially long time to warm up.) * **Long-running runtime functions**: These are the functions provided by the runtime of PyPy that do a significant amount of work. @@ -43,8 +43,8 @@ working on it): * **Building very large dicts**: This is so far an issue with our GCs. - Building large lists works much better; the randomness of order in - dictionaries is what hurts performance right now. + Building large lists works much better; the random order of + dictionary elements is what hurts performance right now. * **CPython C extension modules**: Any C extension module recompiled with PyPy takes a very large hit in performance. The purpose of being _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
