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

Avoid enumeration overhead by using ImmutableArray<T> instead of ImmutableHashSet<T> #6837

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Aug 4, 2023

No description provided.

@sharwell sharwell requested a review from a team as a code owner August 4, 2023 18:39
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #6837 (4ffd073) into main (8e89e7c) will increase coverage by 0.05%.
Report is 71 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6837      +/-   ##
==========================================
+ Coverage   96.34%   96.40%   +0.05%     
==========================================
  Files        1386     1401      +15     
  Lines      326191   330341    +4150     
  Branches    10726    10845     +119     
==========================================
+ Hits       314265   318451    +4186     
+ Misses       9220     9168      -52     
- Partials     2706     2722      +16     

@sharwell sharwell merged commit 0e1e7d5 into dotnet:main Aug 7, 2023
@sharwell sharwell deleted the faster-enumeration branch August 7, 2023 13:00
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.

3 participants