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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: