diff --git a/source/performance.txt b/source/performance.txt index b04699f2349375b1c74e503bd160094dab0c9159_c291cmNlL3BlcmZvcm1hbmNlLnR4dA==..da39381fe3f29b092d1def717ac9a56df88cb54a_c291cmNlL3BlcmZvcm1hbmNlLnR4dA== 100644 --- 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.