This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, gvanrossum, pitrou, yselivanov
Date 2017-12-08.02:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:22yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, asvetlov
2017-12-08 02:48:22yselivanovsetmessageid: <[email protected]>
2017-12-08 02:48:22yselivanovlinkissue32251 messages
2017-12-08 02:48:22yselivanovcreate