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

benoitc tracker at bugs.pypy.org
Wed Sep 25 00:04:01 CEST 2013


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

The test shows that continulets are created/bound at the creation, which slow down 
the insertion in the queue. This is all what this test means. When it's about 
switching the time is quite equivalent.

I had to lazily create the continulets before switching to them to fix that.

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


More information about the pypy-issue mailing list