[libcxx-commits] [libcxx] [libc++] Simplify the implementation of std::sort a bit (PR #104902)
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 16 10:36:46 PDT 2024
cjdb wrote:
We've observed ~20% regressions when sorting small collections (e.g. 300 elements or fewer). A reproducer from the team that made this observation should hopefully arrive in the near future.
Should we roll this back and re-apply once the regression is addressed, or would it be better to prioritise a forward fix?
https://github.com/llvm/llvm-project/pull/104902
More information about the libcxx-commits
mailing list