Accelerating Python with Cython

7.1 High performant Python containers

7.2 Lazy evaluation and iterators

We will look at two examples. Example one shows avoidance of duplicate computing. Example shows function overhead is costly.

Example 7.1

Example 7.2

7.3 Cython

7.4 Numba

Back⏎