Issue | 129327 |
---|---|
Summary | [libc++] Optimize `std::search_n` |
Labels | libc++, performance |
Assignees | |
Reporter | ldionne |
We can use `std::find` to figure out where to start, and then we can probably use `std::find_if` to find the end of the sequence of `n` values.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs