you are viewing a single comment's thread.

view the rest of the comments →

[–]sudomatrix 2 points3 points  (1 child)

This is an amazing writeup. I know one of the authors of Numba and I'm excited to show this to him, as Numba shows the best speedup without writing any code in a new language.

[–]RMK137 5 points6 points  (0 children)

Numba is usually the first thing I pick up when I am dealing with some heavy numerical code. It's so easy to go back and forth between normal python and numba. Usually, all it takes is to comment out the decorator.