Skip to content
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

Use intrusive_heap in timed_single_thread_context #650

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ccotter
Copy link
Contributor

@ccotter ccotter commented Jan 6, 2025

Use a heap to avoid possibly linear enqueue operation time.

Fixes #648

Note: this doesn't quite accomplish what I wanted, since the intrusive_heap is not a real heap (yet).

Use a heap to avoid possibly linear enqueue operation time.

Fixes facebookexperimental#648
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 6, 2025
@ispeters
Copy link
Contributor

ispeters commented Jan 9, 2025

Thanks for the PR! Looking forward to approving it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unifex task/timed_single_thread_context cannot run 1 million concurrent tasks
3 participants