-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add fast paths to WhenAny(IEnumerable) #38896
Conversation
Adds fast paths in case `tasks` is an array or an `ICollection`
Can you provide BenchmarkDotnet numbers showing the performance increase please? |
I could, any guides on how to do this on linux?
|
https://benchmarkdotnet.org/ works on Linux just as well as windows. Just follow the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Unrelated crypto failure, too old now for an issue? |
Adds fast paths in case
tasks
is an array or anICollection
Fixes #26695