Hacker News new | ask | show | jobs
by bear24rw 2845 days ago
What type of performance issues do you run into with cpython?
1 comments

Not the OP, but personally I'd like to be able to use python for all the things that people say "just don't use python for".

Including things like modifying every pixel of an image, and other things that need to be fast-ish.

Did you try numba yet?