Closed
Description
From: JuliaPlots/PlotUtils.jl#119
Changing i = findlast(t -> t < x, v)
to i = findlast(<(x), v)
here greatly improved performance because the former caused the function to box x
.
Seems like they should be equivalent?
Metadata
Metadata
Assignees
Labels
No labels