Message307832
| Author |
yselivanov |
| Recipients |
asvetlov, gvanrossum, pitrou, yselivanov |
| Date |
2017-12-08.02:48:22 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1512701302.49.0.213398074469.issue32251@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
I've made a PR that implements the change for selector_events.py.
With the change:
vanilla asyncio: 120-135 Mb/s
vanilla asyncio/get_buffer: 220-230 Mb/s
uvloop: 320-330 Mb/s
uvloop/get_buffer: 600-650 Mb/s
If we decide to go forward with the proposed design, I'll update the PR with support for proactor_events |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017-12-08 02:48:22 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, pitrou, asvetlov |
| 2017-12-08 02:48:22 | yselivanov | set | messageid: <1512701302.49.0.213398074469.issue32251@psf.upfronthosting.co.za> |
| 2017-12-08 02:48:22 | yselivanov | link | issue32251 messages |
| 2017-12-08 02:48:22 | yselivanov | create | |
|