Skip to content

An optimization of idle callbacks such that there is now a single toggleable idle callback per scheduler. #8566

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 6 commits into from

Conversation

toddaaro
Copy link
Contributor

Instead of a furious storm of idle callbacks we just have one. This is a major performance gain - around 40% on my machine for the ping pong bench.

Also in this PR is a cleanup commit for the scheduler code. Was previously up as a separate PR, but bors load + imminent merge hell led me to roll them together. Was #8549.

toddaaro and others added 5 commits August 16, 2013 16:37
…suffers from nondeterministic deadlock and also pending scheduler messages on scheduler shutdown.
…leIdleCallback and placed the appropriate signatures in rtio and implementation into uvio.
…e been updated, a minor amount of support type restructing has happened, methods have been reordered, and some duplicate code has been purged.
bors added a commit that referenced this pull request Aug 20, 2013
…,brson

Instead of a furious storm of idle callbacks we just have one. This is a major performance gain - around 40% on my machine for the ping pong bench.

Also in this PR is a cleanup commit for the scheduler code. Was previously up as a separate PR, but bors load + imminent merge hell led me to roll them together. Was #8549.
@bors bors closed this Aug 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants