Skip to content

Commit d6b1f9f

Browse files
committed
📝 Add links to Python speed
1 parent a29f45e commit d6b1f9f

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/performance/index.rst

Lines changed: 9 additions & 5 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

@@ -190,6 +194,11 @@ not per array element. However, because NumPy uses a specific language for array
190194
operations, it also requires a different mindset when writing code. Finally, the
191195
batch 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+
193202
4. 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-
381385
6. Task planner
382386
---------------
383387

0 commit comments

Comments
 (0)