8000 gh-122881: Reduce asyncio heapq scheduling overhead by bdraco · Pull Request #122882 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-122881: Reduce asyncio heapq scheduling overhead #122882

8000
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

Closed
wants to merge 14 commits into from
Closed
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
Next Next commit
TimerHandle scheduling can be quantified, _run_once imporvement will …
…vary greatly
  • Loading branch information
bdraco committed Aug 12, 2024
commit ca5cc2515572d70e11690bec03775af344bce2c8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Reduced :mod:`asyncio` :mod:`heapq` scheduling overhead.
Reduced :mod:`asyncio` :mod:`heapq` scheduling overhead. Scheduling and running an :class:`asyncio.TimerHandle` is now roughly 9.5% faster.
Loading
0