[libcxx-commits] [libcxx] [libc++] Speed up vector<bool> copy/move-ctors [1/3] (PR #120132)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 20 09:10:40 PST 2025


philnik777 wrote:

I'm personally not a huge fan of this, since it adds another code path you have to know about to understand what vector does, especially since this doesn't improve anything over calling `std::copy` (assuming the optimization is fixed).

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


More information about the libcxx-commits mailing list