Improve performance of std::min_element
on gsl::span
· Issue #1168 · microsoft/GSL (original) (raw)
#1166 was able to improve the performance of gsl::span
across a number of common workloads, but we didn't achieve a great performance boost in std::min_element
.
This issue is to track that shortcoming and hopefully lead to improved performance in more std::
algorithms.