[pypy-dev] (unexpectedly) bad performance of stackless and greenlet on PyPy

Denis Bilenko denis.bilenko at gmail.com
Sun Dec 30 13:24:37 CET 2012


Hi!

I've micro-benchmarked stackless and greenlet module in PyPy and was
quite surprised with the results. According to this benchmark
stackless.channel is 100x times slower on PyPy (vs Stackless) and
greenlet is 20x times slower on PyPy (vs CPython).

https://gist.github.com/4412582

Is this a bug in benchmark (or PyPy) or is it the expected current
state of stackless features on PyPy?

Cheers,
Denis.


More information about the pypy-dev mailing list