mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
@@ -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
|
||||
Reference in New Issue
Block a user