-
-
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
minimum()
(foldl(min, ary)
) seems to be much slower than it can be
#56353
Comments
Duplicate of #38558 |
at least maybe don't implement them as mapreduce? for |
Your |
I will note that right now on aarch64 using min is actually faster, not slower, so maybe still something to be done for x86 |
(Handling
isempty()
andinit
isn't enough to account for the difference)The text was updated successfully, but these errors were encountered: