[Stackless] Planning Stackless Lite
Péter Szabó
ptspts+stackless at gmail.com
Wed Feb 3 00:55:18 CET 2010
> To the best of my knowledge, PyPy supports soft switching only. However
> greenlets use hard switching and stackless.py is built on top of greenlets. I don't know if this means there is room for improvement in the PyPy world in this regard.
You might be interested in my improved emulation of Stackless using greenlet:
http://code.google.com/p/syncless/source/browse/trunk/syncless/greenstackless.py
It passes a picky unit test which Stackless also passes:
http://code.google.com/p/syncless/source/browse/trunk/test/stackless_test.py
More information about the Stackless
mailing list