Hacker News new | ask | show | jobs
by MobiusHorizons 246 days ago
I think for pure python performance it is significantly faster at least on all the benchmarks I have seen. That said a lot of what people actually do in python calls into libraries that are written in C++ or C, which I believe has a similar performance (when it works) on pypy.
1 comments

> when it works

This is the problem!