Skip to content

Commit 964c16d

Browse files
committed
📝 Add links to Python speed
1 parent 65866f0 commit 964c16d

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
@@ -23,6 +23,10 @@ zu kümmern.
2323
<http://www.literateprogramming.com/>`_, in Computer Programming as an
2424
Art (1974)
2525
26+
.. seealso::
27+
* `Speed up your data science and scientific computing code
28+
<https://pythonspeed.com/datascience/>`_
29+
2630
k-Means-Beispiel
2731
----------------
2832

@@ -301,6 +305,11 @@ wissenschaftlichen Python- und NumPy-Code in schnellen Maschinencode
301305
Numba benötigt allerdings `LLVM <https://de.wikipedia.org/wiki/LLVM>`_ und
302306
einige Python-Konstrukte werden nicht unterstützt.
303307

308+
.. seealso::
309+
* `Speeding up NumPy with parallelism
310+
<https://pythonspeed.com/articles/numpy-parallelism/> by Itamar
311+
Turner-Trauring`_
312+
304313
Aufgabenplaner
305314
--------------
306315

0 commit comments

Comments
 (0)