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

Efficiency Improvement in merge Method #5250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

varunhs2003
Copy link

Instead of copying the entire arr into aux during each merge operation, we can copy only the necessary portion. This reduces unnecessary copying and improves efficiency.

Instead of copying the entire arr into aux during each merge operation, we can copy only the necessary portion. This reduces unnecessary copying and improves efficiency.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.69%. Comparing base (308bdcf) to head (190aa49).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5250   +/-   ##
=========================================
  Coverage     39.69%   39.69%           
+ Complexity     2430     2429    -1     
=========================================
  Files           517      517           
  Lines         15492    15491    -1     
  Branches       2958     2957    -1     
=========================================
  Hits           6149     6149           
+ Misses         9053     9052    -1     
  Partials        290      290           

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

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