Closed
Description
for reference, see this discourse thread:
https://discourse.julialang.org/t/perf-improvement-suggestion-for-simple-extrema/34776/2
the key is just writing a simple loop in the case of extrema(x::AbstractArray)
. the post uses an standard indexing, but i think this can be changed?