Hacker News new | ask | show | jobs
by shoyer 4140 days ago
Cython is usually the most best option for maintainable, high performance numerics with Python these days -- it's the option of choice for scikit-learn and pandas. Numba can be easier in some cases (no manual typing necessary) but is still pretty limited in some ways.
1 comments

Is numba poised to overcome these limitations at some point?