boost compute partial_sort
Open
feature
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
Would it make sens to implement a boost::compute::partial_sort ?
Pure Cpp std::partial_sort :
http://en.cppreference.com/w/cpp/algorithm/partial_sort
Looping by calling several nth_element() could be a workaround I guess.
Kind
Contributor guide
Assessment
This issue has not been assessed yet.