There is no benefit in parallelizing merge sort on a single processor...
Parallelizing merge sort can't be done properly with threads because of the vagaries of the scheduler.
You need some sort of pram model guarantees.
__________________
"It better be funny"
|