[libc++][ranges] Implement modifying heap algorithms:- `ranges::make_heap`;- `ranges::push_heap`;- `ranges::pop_heap`;- `ranges::sort_heap`.Differential Revision: https://reviews.llvm.org/D128
[libc++][ranges] Implement modifying heap algorithms:- `ranges::make_heap`;- `ranges::push_heap`;- `ranges::pop_heap`;- `ranges::sort_heap`.Differential Revision: https://reviews.llvm.org/D128115
show more ...
[libc++][ranges] Implement `ranges::stable_sort`.Differential Revision: https://reviews.llvm.org/D127834
[libc++][ranges] Implement `ranges::sort`.Differential Revision: https://reviews.llvm.org/D127557
[libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_boundReviewed By: Mordante, var-const, ldionne, #libcSpies: sstefan1, libcxx-commits, mgornyDifferential Revision: ht
[libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_boundReviewed By: Mordante, var-const, ldionne, #libcSpies: sstefan1, libcxx-commits, mgornyDifferential Revision: https://reviews.llvm.org/D121964
[libc++] Granularize algorithm benchmarksReviewed By: ldionne, #libcSpies: libcxx-commits, mgorny, mgrangDifferential Revision: https://reviews.llvm.org/D124740