8000 gh-110733: Optimize _run_once for many iterations of the event loop by bdraco · Pull Request #110735 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-110733: Optimize _run_once for many iterations of the event loop #110735

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

Merged
merged 3 commits into from
Oct 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak news
  • Loading branch information
gvanrossum authored Oct 11, 2023
commit 3973df6a404d20255f9e55b8cc9754259462820e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Optimize asyncio :meth:`BaseEventLoop._run_once` for many iteration case.
Micro-optimization: Avoid calling ``min()``, ``max()`` in :meth:`BaseEventLoop._run_once`.
0