File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2428k-Means example
2529---------------
2630
@@ -190,6 +194,11 @@ not per array element. However, because NumPy uses a specific language for array
190194operations, it also requires a different mindset when writing code. Finally, the
191195batch operations can also lead to excessive memory consumption.
192196
197+ .. seealso ::
198+ * `Speeding up NumPy with parallelism
199+ <https://pythonspeed.com/articles/numpy-parallelism/> `_ by Itamar
200+ Turner-Trauring
201+
1932024. Special data structures
194203--------------------------
195204
@@ -373,11 +382,6 @@ Python constructs are not supported.
373382| Numba | 22ms | 56x | 104ms | 135x |
374383+---------------+---------+---------+---------------+----------+
375384
376- .. seealso ::
377- * `Speeding up NumPy with parallelism
378- <https://pythonspeed.com/articles/numpy-parallelism/> `_ by Itamar
379- Turner-Trauring
380-
3813856. Task planner
382386---------------
383387
You can’t perform that action at this time.
0 commit comments