File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44CPython, the most commonly used implementation of Python, is slow for CPU bound
55tasks. `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
99and 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
You can’t perform that action at this time.
0 commit comments