We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65866f0 commit 964c16dCopy full SHA for 964c16d
1 file changed
docs/performance/index.rst
@@ -23,6 +23,10 @@ zu kümmern.
23
<http://www.literateprogramming.com/>`_, in Computer Programming as an
24
Art (1974)
25
26
+.. seealso::
27
+ * `Speed up your data science and scientific computing code
28
+ <https://pythonspeed.com/datascience/>`_
29
+
30
k-Means-Beispiel
31
----------------
32
@@ -301,6 +305,11 @@ wissenschaftlichen Python- und NumPy-Code in schnellen Maschinencode
301
305
Numba benötigt allerdings `LLVM <https://de.wikipedia.org/wiki/LLVM>`_ und
302
306
einige Python-Konstrukte werden nicht unterstützt.
303
307
308
309
+ * `Speeding up NumPy with parallelism
310
+ <https://pythonspeed.com/articles/numpy-parallelism/> by Itamar
311
+ Turner-Trauring`_
312
304
313
Aufgabenplaner
314
--------------
315
0 commit comments