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

don't use very expensive .ToArray() to measure other LINQ extenion methods performance #127

Merged
merged 5 commits into from
Aug 28, 2018

Conversation

adamsitnik
Copy link
Member

don't use very expensive .ToArray() to measure other LINQ extenion methods performance! Use .Consume extension method from BDN instead, part of #91

Using .Consume from dotnet/BenchmarkDotNet#858

@adamsitnik adamsitnik requested a review from jorive August 28, 2018 12:54
@adamsitnik adamsitnik merged commit 37eecf1 into dotnet:master Aug 28, 2018
@adamsitnik adamsitnik deleted the improveLinq branch October 17, 2018 15:04
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.

None yet

2 participants