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

Insert: IList<> implementation #461

Merged
merged 1 commit into from
May 25, 2023
Merged

Insert: IList<> implementation #461

merged 1 commit into from
May 25, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR adds an IList<> implementation of Insert, which improves memory usage and performance.

Fixes #455

@viceroypenguin viceroypenguin added this to the 5.1.0 milestone May 25, 2023
@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.07 🎉

Comparison is base (5aabe4f) 91.33% compared to head (7b37066) 91.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #461      +/-   ##
==========================================
+ Coverage   91.33%   91.40%   +0.07%     
==========================================
  Files         245      245              
  Lines        7858     7916      +58     
  Branches     1603     1609       +6     
==========================================
+ Hits         7177     7236      +59     
  Misses        462      462              
+ Partials      219      218       -1     
Impacted Files Coverage Δ
Source/SuperLinq/Insert.cs 100.00% <100.00%> (+2.70%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit 933afe3 into master May 25, 2023
@viceroypenguin viceroypenguin deleted the insert-ilist branch May 25, 2023 21:27
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.

IList<> version of Insert
1 participant