[pypy-issue] [issue1614] creating a continulet is slow

benoitc tracker at bugs.pypy.org
Tue Sep 24 21:29:03 CEST 2013


benoitc <bchesneau at gmail.com> added the comment:

The difference come from the way the frame is created. Fiber apparently create it 
the first time it's switched while continulet are created immediately. Not sure if 
it's an issue but it considerably change the performances.

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1614>
________________________________________


More information about the pypy-issue mailing list