Nikolas Klauser 2696e4fb95
[libc++] Reduce std::conjunction overhead (#124259)
The old and new implementation of `_And` are very close in terms of
performance according to my testing, but the new implementation can also
be used to implement `conjunction`, which make that ~50% faster.
2025-01-25 10:36:43 +01:00
..