[pypy-commit] pypy default: add longs as a project idea

cfbolz noreply at buildbot.pypy.org
Wed Oct 26 17:00:31 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r48474:e8b365c58a38
Date: 2011-10-26 17:00 +0200
http://bitbucket.org/pypy/pypy/changeset/e8b365c58a38/

Log:	add longs as a 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
@@ -17,6 +17,12 @@
 projects, or anything else in PyPy, pop up on IRC or write to us on the
 `mailing list`_.
 
+Make big integers faster
+-------------------------
+
+PyPy's implementation of the Python ``long`` type is slower than CPython's.
+Find out why and optimize them.
+
 Numpy improvements
 ------------------
 


More information about the pypy-commit mailing list