[libcxx-commits] [libcxx] [libc++] fix minor performance issue in `basic_string<C>::append()` (PR #210078)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 20 08:50:21 PDT 2026


philnik777 wrote:

@toughengineer Could you add a benchmark to `sequence_container_benchmarks.h` using e.g. `ThrowingIterator` (with `INT_MAX` to never actually throw)? I think that should show the difference and not rely on any implementation details for it.

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


More information about the libcxx-commits mailing list