Files
python-guide/docs/scenarios/speed.rst
T
2011-12-22 12:57:01 -06:00

59 lines
430 B
ReStructuredText

Speed
=====
CPython, the most commonly used implementation of Python, is slow for CPU bound tasks. `PyPy`_ is fast.
Context
:::::::
The GIL
-------
C Extentions
------------
The GIL
-------
C Extentions
::::::::::::
Cython
------
Pyrex
-----
Shedskin?
---------
Threading
:::::::::
Threading
---------
Spanwing Processes
------------------
Multiprocessing
---------------
.. _`PyPy`: http://pypy.org