https://pythonspeed.com/articles/slow-numba
The wrong way to speed up your code with Numba
by Itamar Turner-Trauring
21 Mar 2024
“If your NumPy-based code is too slow, you can sometimes use Numba to speed it up…. However, Numba’s NumPy support can be a trap: it can lead you to missing huge optimization opportunities by sticking to NumPy-style code.”