You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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 instd::min_element
.This issue is to track that shortcoming and hopefully lead to improved performance in more
std::
algorithms.The text was updated successfully, but these errors were encountered: