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 part when counting over chunk iterators #326

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

jakobnissen
Copy link
Member

This somewhat speeds up counting operations for sequence views, making them nearly as fast as non-view LongSequence.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.43%. Comparing base (95d9218) to head (93e0dd0).
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
+ Coverage   90.87%   91.43%   +0.55%     
==========================================
  Files          31       28       -3     
  Lines        2400     2638     +238     
==========================================
+ Hits         2181     2412     +231     
- Misses        219      226       +7     
Flag Coverage Δ
unittests 91.43% <100.00%> (+0.55%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

This somewhat speeds up counting operations for sequence views, making them
nearly as fast as non-view LongSequence.
@jakobnissen jakobnissen merged commit 1c63ecf into BioJulia:master Oct 25, 2024
22 checks passed
@jakobnissen jakobnissen deleted the count_parts branch October 25, 2024 19:38
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.

1 participant