edbennett / performant-numpy

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

Exercise suggestion: jit example as pure numpy #15

Open chillenzer opened 1 year ago

chillenzer commented 1 year ago

I see that you've got this as a comment afterwards but it might actually be a nice exercise (although about the previous episodes instead of the present one) to turn the @numba.jit example into pure python. Not sure where to put it though because you definitely want the comment where it is but at the same time probably don't want to distract from the current topic.