CPython slow, PyPy fast.

This commit is contained in:
Alex Gaynor
2011-12-22 12:57:01 -06:00
parent 134dc37525
commit 67f90f9236
+5 -2
View File
@@ -1,7 +1,7 @@
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
@@ -53,4 +53,7 @@ Spanwing Processes
Multiprocessing
---------------
---------------
.. _`PyPy`: http://pypy.org