Skip to content
Snippets Groups Projects
Commit a3ef8f99 authored by Armin Rigo's avatar Armin Rigo
Browse files

Rephrase

parent b87c15bb
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@
<ul class="simple">
<li><strong>Speed:</strong> thanks to its Just-in-Time compiler, Python programs
often run <a class="reference external" href="http://speed.pypy.org/">faster</a> on PyPy. <a class="reference external" href="http://en.wikipedia.org/wiki/Just-in-time_compilation">(What is a JIT compiler?)</a></li>
<li><strong>Memory usage:</strong> large, memory-hungry Python programs might end up
taking <a class="reference external" href="http://morepypy.blogspot.com/2009/10/gc-improvements.html">less space</a> than they do in CPython.</li>
<li><strong>Memory usage:</strong> memory-hungry Python programs (many hundreds of
MBs and above) might end up taking <a class="reference external" href="http://morepypy.blogspot.com/2009/10/gc-improvements.html">less space</a> than they do in CPython.</li>
<li><strong>Compatibility:</strong> PyPy is <a class="reference external" href="compat.html">highly compatible</a> with existing python code.
It supports <a class="reference external" href="https://cffi.readthedocs.org">cffi</a> and can run popular python libraries like <a class="reference external" href="https://twistedmatrix.com/">twisted</a>
and <a class="reference external" href="https://www.djangoproject.com/">django</a>.</li>
......
......@@ -9,8 +9,8 @@
* **Speed:** thanks to its Just-in-Time compiler, Python programs
often run `faster`_ on PyPy. `(What is a JIT compiler?)`_
* **Memory usage:** large, memory-hungry Python programs might end up
taking `less space`_ than they do in CPython.
* **Memory usage:** memory-hungry Python programs (many hundreds of
MBs and above) might end up taking `less space`_ than they do in CPython.
* **Compatibility:** PyPy is `highly compatible`_ with existing python code.
It supports `cffi`_ and can run popular python libraries like `twisted`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment