7 comments

[ 2.7 ms ] story [ 22.4 ms ] thread
This is great, but it needs a corresponding memory usage graph.
What is the best way to make use of PyPy to speed up applications? Every time I hear about PyPy, it's always in the context of performance, but these stats indicate that it's actually slower than CPython at pretty much everything -- not just the interpreter, but also when using the JIT.

So my question is: how are you supposed to make use of PyPy when you have a Python script that demands performance?

I'm not sure why you think pypy is slower than cpython "at pretty much everything" after looking at this site. Out of the 21 benchmarks given, 10 are 2x or more faster than cpython, 10 are between 2x faster and 2x slower and only 1 is more than 2x slower.