[libcxx-commits] [libcxx] Optimize __assign_with_sentinel in std::vector (PR #113852)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 11 10:10:58 PST 2024


================
@@ -48,6 +48,76 @@ void BM_Assignment(benchmark::State& st, Container) {
   }
----------------
ldionne wrote:

Not attached to this line: Can you please add a release note to `20.rst` mentioning this optimization?

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


More information about the libcxx-commits mailing list