Author: mattip <[email protected]> Branch: extradoc Changeset: r569:3c8780b7b72c Date: 2015-02-12 17:57 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3c8780b7b72c/
Log: create html diff --git a/performance.html b/performance.html --- a/performance.html +++ b/performance.html @@ -315,9 +315,6 @@ <p>Unrelated things that we know PyPy to be slow at (note that we're probably working on it):</p> <ul class="simple"> -<li><strong>Building very large dicts</strong>: At present, this is an issue with our GCs. -Building large lists works much better; the random order of -dictionary elements is what hurts performance right now.</li> <li><strong>CPython C extension modules</strong>: Any C extension module recompiled with PyPy takes a very large hit in performance. PyPy supports C extension modules solely to provide basic functionality. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
