-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
iterative algorithm for take_value #134
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #134 +/- ##
==========================================
- Coverage 94.91% 94.01% -0.91%
==========================================
Files 12 12
Lines 1908 2038 +130
==========================================
+ Hits 1811 1916 +105
- Misses 97 122 +25
Continue to review full report in Codecov by Sentry.
|
CodSpeed Performance ReportMerging #134 will degrade performances by 10.97%Comparing Summary
Benchmarks breakdown
|
fe07067
to
546c4df
Compare
The slowdown is probably an inlining loss in unrelated code which can be recovered by PGO. The +24% seems very real. |
08b4cd3
to
546c4df
Compare
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.
Lgtm
Similar to #111, but for real work in
take_value
. If this adds a perf boost I can apply the same design to the Python functions too...