[PATCH] D68820: win: Move Parallel.h off concrt to cross-platform code

Billy Robert O'Neal III via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 21:28:51 PDT 2019


BillyONeal added inline comments.


================
Comment at: llvm/include/llvm/Support/Parallel.h:124
   TaskGroup TG;
   parallel_quick_sort(Start, End, Comp, TG,
                       llvm::Log2_64(std::distance(Start, End)) + 1);
----------------
If you get a chance to benchmark I'm curious how this compares to our std::sort(std::execution::par, ...) version :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68820





More information about the llvm-commits mailing list