-
-
Notifications
You must be signed in to change notification settings - Fork 36
Matrix constructor for triangular #1282
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
Conversation
|
What's the rationale here? |
|
The idea here is that we remove the branches in |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1282 +/- ##
=======================================
Coverage 92.03% 92.04%
=======================================
Files 34 34
Lines 15499 15515 +16
=======================================
+ Hits 14265 14281 +16
Misses 1234 1234 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f739ba7 to
a2e74a4
Compare
bb157ba to
bef96b4
Compare
|
Should we go ahead with this? |
This reduces TTFX as well as improves performance. This is because we add specialized functions to avoid the branches in
getindexfor a triangular matrix.