-
Notifications
You must be signed in to change notification settings - Fork 18
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
[WIP] Boosting FW #212
base: master
Are you sure you want to change the base?
[WIP] Boosting FW #212
Conversation
Codecov Report
@@ Coverage Diff @@
## master #212 +/- ##
==========================================
+ Coverage 68.85% 69.14% +0.29%
==========================================
Files 14 14
Lines 1692 1747 +55
==========================================
+ Hits 1165 1208 +43
- Misses 527 539 +12
Continue to review full report at Codecov.
|
Looking at it, the most promising improvement I see:
We could instead operate on:
and then when needed use:
The reasons are:
|
No description provided.