Comment by MobiusHorizons

Comment by MobiusHorizons 4 days ago

1 reply

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.