Replies: 2 comments 1 reply
-
Yes, that can definitely be useful for anything that doesn't fit the parallelized array processing framework of numpy & that needs a lot of CPU power. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, Cython can be a great way to speed up performance-critical parts of your code, especially if they involve heavy numerical computations or pixel-crunching routines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just did some Cython experiment, maybe it will be useful to utilise it with some of heavy pixel crunching routines?
Beta Was this translation helpful? Give feedback.
All reactions