You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 addedfully_interdependent_tasks
bench where tasks are woken up in random order (interdependent aspect is only needed to schedule futures in such order).The text was updated successfully, but these errors were encountered: