Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r49662:62e07d175dd7 Date: 2011-11-22 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/62e07d175dd7/
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 ------------------ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
