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 redundant bounds checks in is_zero_row and is_zero_column #1802

Merged
merged 1 commit into from
Sep 20, 2024

Optimize is_zero_row/_column

78d9f59
Select commit
Loading
Failed to load commit list.
Merged

Avoid redundant bounds checks in is_zero_row and is_zero_column #1802

Optimize is_zero_row/_column
78d9f59
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2024 in 0s

88.02% (+0.02%) compared to 0f40154

View this Pull Request on Codecov

88.02% (+0.02%) compared to 0f40154

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.02%. Comparing base (0f40154) to head (78d9f59).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1802      +/-   ##
==========================================
+ Coverage   87.99%   88.02%   +0.02%     
==========================================
  Files         119      119              
  Lines       30073    30069       -4     
==========================================
+ Hits        26464    26467       +3     
+ Misses       3609     3602       -7     

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