I searched in Google: "parallel merge sort" and found algorithm where "odd/even merge" is base component, but did not understand how to use it.
Can you give me links to an implementation or pseudo code of parallel merge sort?
I searched in Google: "parallel merge sort" and found algorithm where "odd/even merge" is base component, but did not understand how to use it.
Can you give me links to an implementation or pseudo code of parallel merge sort?
Merge sort implementations for almost any language: http://rosettacode.org/wiki/Merge_sort
This is a good way to start: http://penguin.ewu.edu/~trolfe/ParallelMerge/ParallelMerge.html