Hacker News new | ask | show | jobs
by pletnes 867 days ago
Pypy supports numpy just fine.
1 comments

Not really? It is hideously slow. They say that will get fixed when numpy finishes getting ported to the HPy interface, but for now my stuff runs faster in cpython. I could try using numpypy but they have deprecated it.
Ah, I was thinking about compatibility. Didn’t realize the performance was that bad? Thanks for the warning.