[pypy-commit] pypy default: add a potential project idea

fijal noreply at buildbot.pypy.org
Tue Nov 22 15:53:27 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r49661:acfe60970d50
Date: 2011-11-22 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/acfe60970d50/

Log:	add a potential project idea

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -23,6 +23,12 @@
 PyPy's implementation of the Python ``long`` type is slower than CPython's.
 Find out why and optimize them.
 
+Make bytearray type fast
+------------------------
+
+PyPy's bytearray type is very inefficient. It would be an interesting
+task to look into possible optimizations on this.
+
 Numpy improvements
 ------------------
 


More information about the pypy-commit mailing list