Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6387f5d

Browse filesBrowse files
committed
Merge branch 'pr/614'
Closes #614
2 parents c4acda4 + e602c5f commit 6387f5d
Copy full SHA for 6387f5d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/scenarios/speed.rst

Copy file name to clipboardExpand all lines: docs/scenarios/speed.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Speed
44
CPython, the most commonly used implementation of Python, is slow for CPU bound
55
tasks. `PyPy`_ is fast.
66

7-
Using a slightly modified version of `David Beazleys`_ CPU bound test code
7+
Using a slightly modified version of `David Beazley's`_ CPU bound test code
88
(added loop for multiple tests), you can see the difference between CPython
99
and PyPy's processing.
1010

@@ -247,4 +247,4 @@ Multiprocessing
247247
.. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf
248248
.. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf
249249
.. _`Special care`: http://docs.python.org/c-api/init.html#threads
250-
.. _`David Beazleys`: http://www.dabeaz.com/GIL/gilvis/measure2.py
250+
.. _`David Beazley's`: http://www.dabeaz.com/GIL/gilvis/measure2.py

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.