[PATCH] D93233: [libc++] Replaces std::sort by Bitset sorting algorithm.
MinJae Hwang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 00:44:22 PDT 2021
minjaehwang updated this revision to Diff 352634.
minjaehwang added a comment.
Improved randomized sort performance for all types.
Added introsort feature.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93233/new/
https://reviews.llvm.org/D93233
Files:
libcxx/include/algorithm
libcxx/src/algorithm.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93233.352634.patch
Type: text/x-patch
Size: 68318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/22129d12/attachment.bin>
More information about the llvm-commits
mailing list