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

Poor performance when polling futures in random order #189

Open
zetanumbers opened this issue Jun 14, 2024 · 0 comments
Open

Poor performance when polling futures in random order #189

zetanumbers opened this issue Jun 14, 2024 · 0 comments

Comments

@zetanumbers
Copy link

I have modified a benchmark comparing different join implementations from smol-rs/futures-lite#93 (comment) at zetanumbers/futures-concurrency-benchmark. I've updated dependencies and added some more tasks to benchmark, so it's not just ready. This crate's primitives did perform the best until I've added fully_interdependent_tasks bench where tasks are woken up in random order (interdependent aspect is only needed to schedule futures in such order).

image

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

No branches or pull requests

1 participant