Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it numba? #1

Open
twiecki opened this issue Jan 27, 2016 · 1 comment
Open

Does it numba? #1

twiecki opened this issue Jan 27, 2016 · 1 comment

Comments

@twiecki
Copy link

twiecki commented Jan 27, 2016

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.

@mdipierro
Copy link
Owner

Agains numpy LA is about ~100 slower. Other algorithms like solvers are comparable with SciPy. I never tried numba. If you try nlib with Numba let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants