Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r44661:f467506341da Date: 2011-06-03 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/f467506341da/
Log: merge heads diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/project-ideas.rst @@ -0,0 +1,49 @@ + +Potential project list +====================== + +This is a list of projects that are interesting for potential contributors +who are seriously interested in the PyPy project. They mostly share common +patterns - they're mid-to-large in size, they're usually well defined as +a standalone projects and they're not being actively worked on. For small +projects that you might want to work on, it's much better to either look +at the `issue tracker`_, pop up on #pypy on irc.freenode.net or write to the +`mailing list`_. This is simply for the reason that small possible projects +tend to change very rapidly. + +Numpy improvements +------------------ + +This is more of a project-container than a single project. Possible ideas: + +* experiment with auto-vectorization using SSE or implement vectorization + without automatically detecting it for array operations. + +* improve numpy, for example implement memory views. + +* interface with fortran/C libraries. + +Potential mentors: fijal + +JIT tooling +----------- + +xxx + +Work on some of other languages +------------------------------- + +xxx + +Various GCs +----------- + +xxx + +Remove the GIL +-------------- + +xxx + +.. _`issue tracker`: ... +.. _`mailing list`: ... _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit