Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

Parallel_sort: is it Quicksort, Mergesort, Heapsort?

Dave_O_
Beginner
224 Views

Hi

Quick question: what is the exact sorting algoirthm adopted by Parallel_sort found in TBB? 

Is it:

Quicksort?

Mergesort?

Bubblesort?

Thank you. 

0 Kudos
2 Replies
Alexey-Kukanov
Employee
224 Views

It's quicksort.

The dedicated Intel(R) Threading Building Blocks forum might be a better place to ask about TBB.

0 Kudos
Dave_O_
Beginner
224 Views

Alexey Kukanov, thank you!

0 Kudos
Reply