Skip to content

Files

Latest commit

Apr 5, 2017
5749713 · Apr 5, 2017

History

History

PaDa.Task3.MergeSort

Merge sort

It has three implementations: sequential, parallel with TPL .NET library, parallel with .NET delegates and threads from ThreadPool. Thread pool implementation much faster, as you can see on figure 1. But it still can not overcome simple sequential approach.

Figure 1