Skip to content

Commit 2c24c3d

Browse files
committed
provide see also materials for performance boosting episode
1 parent 2be4b61 commit 2c24c3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/performance-boosting.rst

+8
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,14 @@ Exercises
579579
so one should always optimize where and when needed.
580580

581581

582+
See also
583+
--------
584+
585+
- `Precompiling
586+
<https://rules-python.readthedocs.io/en/0.35.0/precompiling.html>`_
587+
- `Cython and Numba <https://neurohackweek.github.io/cython-tutorial/>`_
588+
589+
582590
.. keypoints::
583591

584592
- To squeeze the last drop of performance out of your Python code you can

0 commit comments

Comments
 (0)