-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Optimize XXXSelector for many iterations of the event loop #106751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
methane
pushed a commit
that referenced
this issue
Jul 18, 2023
Co-authored-by: Pieter Eendebak <[email protected]>
corona10
added a commit
to corona10/cpython
that referenced
this issue
Jul 18, 2023
corona10
added a commit
to corona10/cpython
that referenced
this issue
Jul 18, 2023
corona10
added a commit
that referenced
this issue
Jul 19, 2023
corona10
added a commit
to corona10/cpython
that referenced
this issue
Jul 19, 2023
corona10
added a commit
that referenced
this issue
Jul 19, 2023
corona10
pushed a commit
that referenced
this issue
Jul 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
split out from #106555 (comment)
The current
EpollSelector
can be sped up a bit. This makes quite a difference when there are 100000+ iterations of the event loop per minute (the use case being receiving bluetooth data from multiple sources) since selectors have to run every iteration.original: 11.831302762031555
new: 9.579423972172663
Linked PRs
The text was updated successfully, but these errors were encountered: