-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: remove fast_apply #32086
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
REF: remove fast_apply #32086
Conversation
Any perf differences here? |
Progress on #31845 hits this code path you are removing. Happy to remove - would just like to see this PR move forward sooner rather than later. |
Ran full asv run overnight and am shocked to see no differences. Do we just not have asvs that hit this? |
it’s possible we only have test that hit this - maybe have to construct one? |
Tentatively looks like I ran the asvs on the wrong pair of commits, re-running now. |
OK, a run with just
so that's pretty rough |
Ouch. Guessing ripping it out is not justifiable given the performance hit. |
Yah. On the plus side, profiling it has turned up some optimization opportunities, locally ive got the worst one down from 48x to 10x. |
closing to clear the queue, will revisit after 1.0.2 |
xref #32083, one more coming that i think finishes off libreduction