-
Notifications
You must be signed in to change notification settings - Fork 88
Factor out distributed SMC logic #2303
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
Factor out distributed SMC logic #2303
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2303 +/- ##
==========================================
+ Coverage 90.85% 91.13% +0.28%
==========================================
Files 20 20
Lines 11993 11868 -125
Branches 2330 2296 -34
==========================================
- Hits 10896 10816 -80
+ Misses 606 577 -29
+ Partials 491 475 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
873149b
to
6d37fc7
Compare
Thrashing about Clean up some loose ends for hull usage Debugging stuff with allocs
Tidy up
5a06136
to
d1981e9
Compare
d1981e9
to
ee2b6c0
Compare
I'm going to merge this as it should be significant improvement in terms of code readability, and I think it also fixes a few memory leaks and performance issues. I'll follow up with issues for what remains in order to release the SMC(k) code. |
Bring SMC k logic together in one place as part of #2294