[libcxx-commits] [PATCH] D122780: Modify std::sort: add BlockQuickSort partitioning algorithm for arithmetic types

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 11 16:25:14 PST 2022


ldionne added a comment.

As you rebase, it may be worth adding a release note explaining that we revised our implementation of `std::sort`, that it should be much faster in most cases now and that they can file a bug report in case they notice a notable performance regression.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122780/new/

https://reviews.llvm.org/D122780



More information about the libcxx-commits mailing list