- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Quick question: what is the exact sorting algoirthm adopted by Parallel_sort found in TBB?
Is it:Quicksort, Mergesort, Heapsort or some combination?
How can I specify which algorithm to use by the function, as well as the number of threads to use (if possible)?
Thank you.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quicksort, not configurable, use separate application thread with task_scheduler_init.
(Added) Also see Parallel Stable Sort.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page