Files
clang-p2996/libcxx
higher-performance 5f9164978b Optimize std::__tree::__assign_multi to insert the provided range at the end of the tree every time (#131030)
This improves performance for the copy-assignment operators of associative containers such as `std::map`.

This optimization already exists in other places in the codebase, and seems to have been missed here.
2025-04-24 14:30:28 -04:00
..