Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r322:5c47f7c99eea Date: 2012-02-12 21:57 +0100 http://bitbucket.org/pypy/pypy.org/changeset/5c47f7c99eea/
Log: re-add this sentence, tweaked diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -64,8 +64,9 @@ * **Missing RPython modules**: A few modules of the standard library (like ``csv`` and ``cPickle``) are in C in CPython, but in pure Python - in PyPy. Sometimes the JIT is able to do a relatively good job, and - sometimes not. + in PyPy. Sometimes the JIT is able to do a good job on them, and + sometimes not. So it is generally still slower in PyPy than in CPython, + but not always (``heapq``, ``json``). We generally consider things that are slower on PyPy than CPython to be bugs of PyPy. If you find some issue that is not documented here, _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
