-
Notifications
You must be signed in to change notification settings - Fork 176
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
refactor: Reduce number of surface allocations in vertexing #2443
refactor: Reduce number of surface allocations in vertexing #2443
Conversation
The billoir fitter actually updates the linearization point each iteration. So moved the surface creation into that loop, but it's still outside of the loop over all tracks, so at least we don't create a surface for each track and each iteration. |
Codecov Report
@@ Coverage Diff @@
## main #2443 +/- ##
==========================================
- Coverage 49.90% 49.86% -0.05%
==========================================
Files 466 466
Lines 26231 26249 +18
Branches 12013 12032 +19
==========================================
- Hits 13090 13088 -2
- Misses 4613 4614 +1
- Partials 8528 8547 +19
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just one comment:
No description provided.