[libcxx-commits] [PATCH] D141614: [libc++] nth_element change to partial sort when range is really small

Zhikai Zeng via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 14 05:53:06 PST 2023


Backl1ght marked 5 inline comments as done.
Backl1ght added a comment.

For previous diff I just copy code of __selection_sort from sort.h and modify the terminate condition.


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

https://reviews.llvm.org/D141614



More information about the libcxx-commits mailing list