Merge branch 'pr/614'

Closes #614
This commit is contained in:
Ian Cordasco
2015-10-27 09:34:01 -05:00
+2 -2
View File
@@ -4,7 +4,7 @@ Speed
CPython, the most commonly used implementation of Python, is slow for CPU bound CPython, the most commonly used implementation of Python, is slow for CPU bound
tasks. `PyPy`_ is fast. tasks. `PyPy`_ is fast.
Using a slightly modified version of `David Beazleys`_ CPU bound test code Using a slightly modified version of `David Beazley's`_ CPU bound test code
(added loop for multiple tests), you can see the difference between CPython (added loop for multiple tests), you can see the difference between CPython
and PyPy's processing. and PyPy's processing.
@@ -247,4 +247,4 @@ Multiprocessing
.. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf .. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf
.. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf .. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf
.. _`Special care`: http://docs.python.org/c-api/init.html#threads .. _`Special care`: http://docs.python.org/c-api/init.html#threads
.. _`David Beazleys`: http://www.dabeaz.com/GIL/gilvis/measure2.py .. _`David Beazley's`: http://www.dabeaz.com/GIL/gilvis/measure2.py