Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r324:b51f57e36174 Date: 2012-02-12 23:03 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b51f57e36174/
Log: regen diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -100,9 +100,9 @@ that uses something like <tt class="docutils literal">ctypes</tt> for the interface.</li> <li><strong>Missing RPython modules</strong>: A few modules of the standard library (like <tt class="docutils literal">csv</tt> and <tt class="docutils literal">cPickle</tt>) are in C in CPython, but in pure Python -in PyPy. Sometimes the JIT is able to do a relatively good job, and +in PyPy. Sometimes the JIT is able to do a good job on them, and sometimes not. In most cases (like <tt class="docutils literal">csv</tt> and <tt class="docutils literal">cPickle</tt>), we're slower -than cPython, with the notable exception of <tt class="docutils literal">json</tt>.</li> +than cPython, with the notable exception of <tt class="docutils literal">json</tt> and <tt class="docutils literal">heapq</tt>.</li> </ul> <p>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
