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
std::search is quite similar to std::string::find and I've already implemented a vectorized version of it in libc++ (with a combination of memchr+memcmp). So it should be possible to vectorize std::search for several primitive data types.