<li><strong>Speed:</strong> thanks to its Just-in-Time compiler, Python programs
often run <aclass="reference external"href="http://speed.pypy.org/">faster</a> on PyPy. <aclass="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 <aclass="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 <aclass="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 <aclass="reference external"href="compat.html">highly compatible</a> with existing python code.
It supports <aclass="reference external"href="https://cffi.readthedocs.org">cffi</a> and can run popular python libraries like <aclass="reference external"href="https://twistedmatrix.com/">twisted</a>
and <aclass="reference external"href="https://www.djangoproject.com/">django</a>.</li>