[pypy-commit] pypy.org extradoc: re-add this sentence, tweaked

arigo noreply at buildbot.pypy.org
Sun Feb 12 21:59:29 CET 2012


Author: Armin Rigo <arigo at tunes.org>
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,


More information about the pypy-commit mailing list