Files
python-guide/docs/scenarios/speed.rst
T
Kenneth Reitz 88a9ee5c8d scenarios
2011-04-23 16:51:36 -04:00

56 lines
343 B
ReStructuredText

Speed
=====
Python isn't the fastest language around (yet)
Context
:::::::
The GIL
-------
C Extentions
------------
The GIL
-------
C Extentions
::::::::::::
Cython
------
Pyrex
-----
Shedskin?
---------
Threading
:::::::::
Threading
---------
Spanwing Processes
------------------
Multiprocessing
---------------