optimize sorting tuples of arithmetic types
Open
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
We could optimize sorting of types such as tuple using multiple radix sort passes instead of a single comparison based sort. The basic strategy would be similar to [1].
[1] http://code.google.com/p/thrust/source/browse/examples/lexicographical_sort.cu
Forwarded from http://code.google.com/p/thrust/issues/detail?id=364
Contributor guide
Assessment
This issue has not been assessed yet.