Numba is an open just-in-time compiler that enhances the performance of Python and NumPy code. It can significantly increase execution speed, with improvements ranging from two to one hundred times ...
Numba translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library. Numba-compiled numerical algorithms in Python can approach the speeds of C or ...
Also, ideally this should also be exercised on our CI. We do have a CUDA Python CI job, but it doesn't install Numba-CUDA, so the deprecated CUDA support is used instead.