Skip to content

Commit baa2aca

Browse files
committed
📝 Add links to Python speed
1 parent 9e5ab5e commit baa2aca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/performance/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ it is usually counterproductive to worry about the efficiency of the code.
2121
<http://www.literateprogramming.com/>`_, in Computer Programming as an
2222
Art (1974)
2323
24+
.. seealso::
25+
* `Speed up your data science and scientific computing code
26+
<https://pythonspeed.com/datascience/>`_
27+
2428
k-Means example
2529
---------------
2630

@@ -290,6 +294,11 @@ scientific Python and NumPy code into fast machine code, for example:
290294
However, Numba requires `LLVM <https://en.wikipedia.org/wiki/LLVM>`_ and some
291295
Python constructs are not supported.
292296

297+
.. seealso::
298+
* `Speeding up NumPy with parallelism
299+
<https://pythonspeed.com/articles/numpy-parallelism/> by Itamar
300+
Turner-Trauring`_
301+
293302
Task planner
294303
------------
295304

0 commit comments

Comments
 (0)