New submission from benoitc <[email protected]>: I am testing the creation of a continulet vs a is base on the fiber (https://github.com/saghul/python-fibers) which reuse the stacklet code from pypy and creating a bunch of continulet is a lot slower:
$ time python ../test_create_fibers.py real 0m0.476s user 0m0.430s sys 0m0.042s $ time python ../test_create_continulets.py real 6m46.469s user 0m2.992s sys 6m41.558s ---------- files: test_create_continulets.py messages: 6210 nosy: benoitc, pypy-issue priority: performance bug status: unread title: creating a continulet is slow ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1614> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
