Skip to content

Commit ab16da2

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#19 from alex/patch-2
CPython slow, PyPy fast.
2 parents c858b77 + 67f90f9 commit ab16da2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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)