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

Unroll == and some search functions #327

Merged
merged 3 commits into from
Oct 26, 2024
Merged

Conversation

jakobnissen
Copy link
Member

This allows autovectorization, approximately doubling speed for long sequences. Performance for short sequences is almost unchanged, so this is a clear win.

This might need some more tests - let's check codecov

This allows autovectorization, approximately doubling speed for long sequences.
Performance for short sequences is almost unchanged, so this is a clear win.
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.72%. Comparing base (95d9218) to head (5400a0d).
Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #327      +/-   ##
==========================================
+ Coverage   90.87%   91.72%   +0.84%     
==========================================
  Files          31       28       -3     
  Lines        2400     2694     +294     
==========================================
+ Hits         2181     2471     +290     
- Misses        219      223       +4     
Flag Coverage Δ
unittests 91.72% <100.00%> (+0.84%) ⬆️

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.

@jakobnissen jakobnissen merged commit 9a3f893 into BioJulia:master Oct 26, 2024
22 checks passed
@jakobnissen jakobnissen deleted the unroll branch October 26, 2024 18:23
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