[libcxx-commits] [libcxx] [libc++] Refactor the string benchmarks (PR #185397)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 6 01:59:14 PDT 2026
================
@@ -6,602 +6,499 @@
//
----------------
philnik777 wrote:
Before: 22s compile time + 6:31min runtime
After: 105s compile time + 3:21min runtime
I'm not quite sure why Clang is so slow with the new code. Somehow `std::invoke` uses up ridiculous amounts of resources.
https://github.com/llvm/llvm-project/pull/185397
More information about the libcxx-commits
mailing list