Use vector algorithms in basic_string::find
and basic_string::rfind
#5036
Labels
performance
Must go faster
basic_string::find
and basic_string::rfind
#5036
We have enough vector algorithms to do this:
search
,find_end
,find_last
.Every overload for 8 bit and 16 bit characters and standard character traits should use some of the following: a CRT function, a built-in, a vectorized implementation.
The text was updated successfully, but these errors were encountered: