You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although probably very slow in pure Python the benefit of not using numpy is that the code can potentially be JIT compiled via numba or pypy to speed things up. Just curious if this has been explored at all and how it benchmarks against numpy.