[libcxx-commits] [PATCH] D122780: Modify std::sort: add BlockQuickSort partitioning algorithm for arithmetic types
    Nico Weber via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Sun Jun 19 09:43:18 PDT 2022
    
    
  
thakis added a comment.
Have you checked what this does to:
- impact of binary size of outputs
- compile time
? (E.g. for the `clang` binary, or your favorite medium-size open source project.)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122780/new/
https://reviews.llvm.org/D122780
    
    
More information about the libcxx-commits
mailing list