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

Misc performance improvements for CRAM reader #304

Merged
merged 4 commits into from
Apr 8, 2024

Use bit-or instead of + for renormalize-state performance

154426f
Select commit
Loading
Failed to load commit list.
Merged

Misc performance improvements for CRAM reader #304

Use bit-or instead of + for renormalize-state performance
154426f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2024 in 1s

88.67% (+0.00%) compared to 43df52d

View this Pull Request on Codecov

88.67% (+0.00%) compared to 43df52d

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.67%. Comparing base (43df52d) to head (154426f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #304   +/-   ##
=======================================
  Coverage   88.67%   88.67%           
=======================================
  Files          93       93           
  Lines        8098     8100    +2     
  Branches      505      505           
=======================================
+ Hits         7181     7183    +2     
  Misses        412      412           
  Partials      505      505           

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