File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change 4
4
CPython, the most commonly used implementation of Python, is slow for CPU bound
5
5
tasks. `PyPy `_ is fast.
6
6
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
8
8
(added loop for multiple tests), you can see the difference between CPython
9
9
and PyPy's processing.
10
10
@@ -247,4 +247,4 @@ Multiprocessing
247
247
.. _`guide` : http://www.dabeaz.com/python/UnderstandingGIL.pdf
248
248
.. _`New GIL` : http://www.dabeaz.com/python/NewGIL.pdf
249
249
.. _`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