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

Feature Request: Converting to Cython #55

Open
JackKenney opened this issue Apr 22, 2021 · 1 comment
Open

Feature Request: Converting to Cython #55

JackKenney opened this issue Apr 22, 2021 · 1 comment

Comments

@JackKenney
Copy link

Since the code is written in pure python, a simple step at the end to improve performance is to compile it all using Cython.
It's relatively simple to set up and the speedups are great for looped code, so it might be worth looking into.

@sgbaird
Copy link

sgbaird commented Dec 9, 2021

Numba also worth looking at (I've had a decent amount of success with it)

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