[libcxx-commits] [libcxx] [libc++][pstl] Generic implementation of parallel std::is_sorted (PR #176129)

Michael G. Kazakov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 18 10:54:20 PST 2026


mikekazakov wrote:

@philnik777 Hi Nikolas, could you take a look?

In the meantime I'm preparing next PR with `std::is_sorted_until`, which is based on `__find_if` and supports early termination. That PR is a bit more involved, but once it's in - `std::is_sorted` could be rebased on `std::is_sorted_until`. Alternatively I can make a single larger PR, but presumably smaller PRs are preferred.

https://github.com/llvm/llvm-project/pull/176129


More information about the libcxx-commits mailing list