Y
Hacker News
new
|
ask
|
show
|
jobs
by
bear24rw
2845 days ago
What type of performance issues do you run into with cpython?
1 comments
stuaxo
2845 days ago
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.
link
pletnes
2845 days ago
Did you try numba yet?
link
Including things like modifying every pixel of an image, and other things that need to be fast-ish.