lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

improve the performance of thrust::detail::host::sort & thrust::detail::host::stable_sort #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We currently use thrust::detail::host::detail::stable_merge_sort, which is 
slower than gnu STL's implementation

Original issue reported on code.google.com by jaredhoberock on 4 Nov 2010 at 5:38

GoogleCodeExporter commented 8 years ago
Forwarded to https://github.com/thrust/thrust/issues/83

Original comment by jaredhoberock on 7 May 2012 at 9:37