[libcxx-commits] [libcxx] Optimize std::__tree::__assign_multi to insert the provided range at the end of the tree every time (PR #131030)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 27 09:04:10 PDT 2025
higher-performance wrote:
If the `/8192` is referring to the number of elements, the set might just be too small to exhibit the effect. When I lower it to that many elements I don't see a significant difference either. Try bumping it up to `1 << 23` elements, with a batch size of 1?
https://github.com/llvm/llvm-project/pull/131030
More information about the libcxx-commits
mailing list