[llvm-branch-commits] [libcxx] [libc++][string] Improve constexpr efficiency (PR #184724)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 13 17:59:05 PDT 2026
vitalybuka wrote:
@AaronBallman Or maybe we just want to increase default limit?
1M seems low. We noticed internally that it's quite easy to hit the current one.
In the test we fail on ~1000 for array, but with hash tables<string> we can hit limits on ~100 entries.
https://github.com/llvm/llvm-project/pull/184724
More information about the llvm-branch-commits
mailing list