| Issue | 129310 |
|---|---|
| Summary | [libc++] Consider implementing `std::any_of` in terms of `std::find_if` |
| Labels | libc++, performance |
| Assignees | |
| Reporter | ldionne |
If `std::find_if` is properly optimized (e.g. loop unrolling), this can potentially result in easy speedups.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
