mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
56 lines
343 B
ReStructuredText
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
|
|
--------------- |