Merge pull request #19 from alex/patch-2

CPython slow, PyPy fast.
This commit is contained in:
Kenneth Reitz
2011-12-22 11:00:16 -08:00
+4 -1
View File
@@ -1,7 +1,7 @@
Speed Speed
===== =====
Python isn't the fastest language around (yet) CPython, the most commonly used implementation of Python, is slow for CPU bound tasks. `PyPy`_ is fast.
Context Context
@@ -54,3 +54,6 @@ Spanwing Processes
Multiprocessing Multiprocessing
--------------- ---------------
.. _`PyPy`: http://pypy.org