[PATCH] D36423: [libc++] Introsort based sorting function
Ben Craig via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 18:28:45 PDT 2017
bcraig added a comment.
If you want the performance improvements in the BM_sort_std_worst_quick cases preserved, you really need to port the benchmark from Aditya's repo into the libcxx benchmark code base. Otherwise, the next person that comes along to improve std::sort performance may very well wreck the performance gains you achieved.
https://reviews.llvm.org/D36423
More information about the llvm-commits
mailing list