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

Use LinkedList in Interleave to avoid many null checks #726

Merged
merged 24 commits into from
Jan 14, 2023

Conversation

Orace
Copy link
Contributor

@Orace Orace commented Nov 25, 2019

Use a LinkedList in Interleave implementation to avoid many null checks.
See #724, #696

@atifaziz atifaziz changed the title Improve interleave implementation Improve Interleave implementation Jan 14, 2023
@atifaziz atifaziz changed the title Improve Interleave implementation Use LinkedList in Interleave to avoid many null checks Jan 14, 2023
Copy link
Member

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this certainly makes the implementation simpler and better!

@codecov
Copy link

codecov bot commented Jan 14, 2023

Codecov Report

Merging #726 (5314fb3) into master (1fc1e31) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #726      +/-   ##
==========================================
+ Coverage   92.39%   92.41%   +0.01%     
==========================================
  Files         112      112              
  Lines        3447     3440       -7     
  Branches     1021     1018       -3     
==========================================
- Hits         3185     3179       -6     
  Misses        200      200              
+ Partials       62       61       -1     
Impacted Files Coverage Δ
MoreLinq/Interleave.cs 97.61% <100.00%> (+1.70%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@atifaziz atifaziz merged commit 4c583f2 into morelinq:master Jan 14, 2023
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

3 participants