Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r568:da39381fe3f2 Date: 2015-02-12 13:11 +0200 http://bitbucket.org/pypy/pypy.org/changeset/da39381fe3f2/
Log: this is no longer true diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -290,10 +290,6 @@ Unrelated things that we know PyPy to be slow at (note that we're probably working on it): -* **Building very large dicts**: 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. - * **CPython C extension modules**: 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
