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

Refactor "Subsets" core into an iterator method #589

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Conversation

viceroypenguin
Copy link
Owner

This PR refactors the implementation of Subsets into a simpler iterator method.

@viceroypenguin viceroypenguin added this to the 5.4.0 milestone Nov 24, 2023
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a10f2e8) 93.02% compared to head (638f75f) 93.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #589      +/-   ##
==========================================
+ Coverage   93.02%   93.04%   +0.02%     
==========================================
  Files         255      255              
  Lines        8140     8123      -17     
  Branches     1620     1621       +1     
==========================================
- Hits         7572     7558      -14     
+ Misses        359      356       -3     
  Partials      209      209              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viceroypenguin viceroypenguin merged commit ead9727 into master Nov 24, 2023
3 checks passed
@viceroypenguin viceroypenguin deleted the subsets branch November 24, 2023 17:50
@viceroypenguin viceroypenguin linked an issue Nov 24, 2023 that may be closed by this pull request
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.

Subsets<T>(IEnumerable<T> source) allocates too often
2 participants