[libcxx-commits] [PATCH] D121485: [libc++] Fix performance inconsistency between map copy-assignment and copy-constructor

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 16 10:56:36 PDT 2022


EricWF added inline comments.


================
Comment at: libcxx/include/__tree:1620
-        __copy_assign_alloc(__t);
-        __assign_multi(__t.begin(), __t.end());
-    }
----------------
EricWF wrote:
> Could we make this faster for non-multi containers by using a different assign f ml
Ignore this comment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121485/new/

https://reviews.llvm.org/D121485



More information about the libcxx-commits mailing list