-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Avoid row promotion in heterogeneous arrays #24017
Conversation
Of course the obvious fix doesn't work, so I went the second obvious fix. Now the problem is that if I leave the methods definitions within the EDIT: I was guessing it wouldn't be the case as I don't think some one is going to |
@nanosoldier |
I believe this will fail with
I'm not as familiar with this code; can we just do:
|
Yes, I believe something along those lines should work. Let me try again. |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
Nanosoldier regressions seem noise, but just for kicks: @nanosoldier |
Looks like nanosoldier is down for a bit - do we want to merge anyway? |
Someone could manually verify any slowdowns that Nanosoldier noted on its last successful run. Nanosoldier is indeed down for the count due to an outstanding issue with JLD. |
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
I believe the regressions are the same noisy ones observed all over the place. This should be good to go. |
Fixes #23994
This is the shameless obvious fix to the issue. I'll leave making
hvcat
more efficient (including optimizing based on inference when possible) for another occasion.