-
Notifications
You must be signed in to change notification settings - Fork 766
Improve performance of std::min_element on gsl::span #1168
Copy link
Copy link
Closed
Labels
Effort: MediumRequires a moderate amount of workRequires a moderate amount of workHelp WantedNeeds additional help or expertiseNeeds additional help or expertisePriority: MediumShould be addressed in due courseShould be addressed in due courseStatus: OpenNeeds attentionNeeds attentionType: EnhancementSuggests an improvement or new featureSuggests an improvement or new feature
Metadata
Metadata
Assignees
Labels
Effort: MediumRequires a moderate amount of workRequires a moderate amount of workHelp WantedNeeds additional help or expertiseNeeds additional help or expertisePriority: MediumShould be addressed in due courseShould be addressed in due courseStatus: OpenNeeds attentionNeeds attentionType: EnhancementSuggests an improvement or new featureSuggests an improvement or new feature
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
Won't Fix
#1166 was able to improve the performance of
gsl::spanacross 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.