mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
@@ -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
|
||||||
@@ -53,4 +53,7 @@ Spanwing Processes
|
|||||||
|
|
||||||
|
|
||||||
Multiprocessing
|
Multiprocessing
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
||||||
|
.. _`PyPy`: http://pypy.org
|
||||||
Reference in New Issue
Block a user