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

Introduce new more efficient scheduler #286

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Introduce new more efficient scheduler #286

merged 3 commits into from
Apr 18, 2024

Conversation

DelSkayn
Copy link
Owner

Introduces a new scheduler for futures that is more efficient.

Unlike the old scheduler which polls every future when being woken up, this scheduler only polls the futures which where actually awoken, preventing quadratic complexity for polling futures.

@DelSkayn DelSkayn merged commit 3c796e6 into master Apr 18, 2024
56 checks passed
@DelSkayn DelSkayn deleted the new-schedular branch April 26, 2024 10:47
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.

1 participant