[pypy-commit] pypy default: typo in project ideas

plan_rich pypy.commits at gmail.com
Wed Mar 8 03:17:46 EST 2017


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r90586:63b4c36d026f
Date: 2017-03-08 09:17 +0100
http://bitbucket.org/pypy/pypy/changeset/63b4c36d026f/

Log:	typo in project ideas

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
@@ -8,7 +8,7 @@
 
 
 * **Optimize PyPy Memory Usage**:  Sometimes PyPy consumes more memory than CPython.
-  Two examples: 1) PyPy seems allocate and keep many strings when importing a big Python modules.
+  Two examples: 1) PyPy seems to allocate and keep alive more strings when importing a big Python modules.
   2) The base interpreter size (cold VM started from a console) of PyPy is bigger than the one of CPython.
   The general procedure of this project is: Run both CPython and PyPy of the same Python version and
   compare the memory usage (using Massif or other tools).


More information about the pypy-commit mailing list