Issue | 129326 |
---|---|
Summary | [libc++] Optimize `std::search` |
Labels | libc++, performance |
Assignees | |
Reporter | ldionne |
It seems easy to use `std::find` to find the first matching element in `std::search`, and we might be able to use `std::mismatch` afterwards.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs