[pypy-commit] pypy.org extradoc: this is no longer true

fijal noreply at buildbot.pypy.org
Thu Feb 12 12:11:18 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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.


More information about the pypy-commit mailing list