Message257984
Some info on this: https://github.com/python/asyncio/issues/282#issuecomment-155957235 Long story short, Future implemented in C can speedup some asyncio code up to 25%.
I'm attaching a patch with a WIP implementation. There are some failing assertions deep in GC, which I need to track down. 'Future.remove_done_callback' still needs to be properly implemented. |
|
Date |
User |
Action |
Args |
2016-01-11 17:23:44 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, vstinner |
2016-01-11 17:23:42 | yselivanov | set | messageid: <1452533022.97.0.443242974791.issue26081@psf.upfronthosting.co.za> |
2016-01-11 17:23:42 | yselivanov | link | issue26081 messages |
2016-01-11 17:23:42 | yselivanov | create | |
|