Skip to content

Commit 67f90f9

Browse files
committed
CPython slow, PyPy fast.
1 parent 134dc37 commit 67f90f9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/scenarios/speed.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Speed
22
=====
33

4-
Python isn't the fastest language around (yet)
4+
CPython, the most commonly used implementation of Python, is slow for CPU bound tasks. `PyPy`_ is fast.
55

66

77
Context
@@ -53,4 +53,7 @@ Spanwing Processes
5353

5454

5555
Multiprocessing
56-
---------------
56+
---------------
57+
58+
59+
.. _`PyPy`: http://pypy.org

0 commit comments

Comments
 (0)