Uh oh!
There was an error while loading. Please reload this page.
Add fast paths to WhenAny(IEnumerable) - #38896
Merged
Merged
Conversation
Adds fast paths in case `tasks` is an array or an `ICollection`
Wraith2
commented
Jul 7, 2020
Contributor
Can you provide BenchmarkDotnet numbers showing the performance increase please? |
Bond-009
commented
Jul 8, 2020
ContributorAuthor
I could, any guides on how to do this on linux?
|
Wraith2
commented
Jul 8, 2020
Contributor
https://benchmarkdotnet.org/ works on Linux just as well as windows. Just follow the docs. |
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Oct 11, 2020
Contributor
Unrelated crypto failure, too old now for an issue? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds fast paths in case
tasksis an array or anICollectionFixes#26695