edbennett / performant-numpy

A lesson on ways to write Numpy code that is performant
Other
1 stars 2 forks source link

Use njit? #14

Open chillenzer opened 2 years ago

chillenzer commented 2 years ago

We could switch to @numba.njit instead of @numba.jit(nopython=True). Making that the first and/or only thing to teach will hopefully make them get the defaults right.