[libcxx-commits] [libcxx] [libc++] Optimize copy construction and assignment of __tree (PR #151304)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 1 08:34:00 PDT 2025
================
@@ -172,6 +172,21 @@ void associative_container_benchmarks(std::string container) {
}
});
+ bench("operator=(const&) (into populated Container)", [=](auto& st) {
----------------
ldionne wrote:
I don't think this has been addressed: I think we wanted to add benchmark coverage for that case.
https://github.com/llvm/llvm-project/pull/151304
More information about the libcxx-commits
mailing list