[libcxx-commits] [libcxx] [libcxx][algorithm] Optimize std::stable_sort via radix sort algorithm (PR #104683)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 17 12:34:03 PDT 2024


=?utf-8?b?0JTQvNC40YLRgNC40Lkg0JjQtw==?=
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/104683 at github.com>


philnik777 wrote:

Couldn't we simply forward to `std::sort` for these cases here?

https://github.com/llvm/llvm-project/pull/104683


More information about the libcxx-commits mailing list