-
Notifications
You must be signed in to change notification settings - Fork 284
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
Optimize divrem with non-zero immediate rhs
values
#825
Conversation
BENCHMARKS
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #825 +/- ##
==========================================
+ Coverage 80.88% 81.00% +0.11%
==========================================
Files 255 255
Lines 22344 22390 +46
==========================================
+ Hits 18074 18138 +64
+ Misses 4270 4252 -18 ☔ View full report in Codecov by Sentry. |
They now offer all their API via From and TryFrom impls if possible.
Locally and on CI we can see roughly 3-4% performance improvement for the new |
Closes #807.