[libcxx-commits] [libcxx] [libc++] Improve the performance of std::make_heap a bit (PR #154092)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 25 09:58:16 PDT 2025
https://github.com/ldionne commented:
Given the results that show a benefit only for simple types (e.g. arithmetic types), it would probably make sense to only enable this optimization in these cases. That would at least allow us to keep the optimization in the code base and potentially widen its applicability in the future if we know how to do that.
https://github.com/llvm/llvm-project/pull/154092
More information about the libcxx-commits
mailing list