2/24/2015
•
EN
Optimizing Python in the Real World: NumPy, Numba, and the NUFFT
A guide to optimizing a non-trivial algorithm (NUFFT) in Python using NumPy and Numba, comparing performance to a Fortran implementation.