Skip to content

Measured the performance and made some improvements on the merge sort implementation found at: https://exceptionnotfound.net/merge-sort-csharp-the-sorting-algorithm-family-reunion/ to try out span, and answer a comment there.

Notifications You must be signed in to change notification settings

Vazul25/SortingAlgorithms

Repository files navigation

SortingAlgorithms

Measured the performance using benchmarkdotnet and made some improvements on the merge sort implementation found at: https://exceptionnotfound.net/merge-sort-csharp-the-sorting-algorithm-family-reunion/ to try out span, and answer a comment there.

Benchmark with 300 000 int

Sadly i could not increase the workload any further since the benchmark hangs when the original algorithm is included in the test. So we got those nasty warns, but we can still see the difference between the results

3

Benchmark without blog provided algorithm on 30 000 000 int

The creation of the original Array/List is not in the measured values

30M

About

Measured the performance and made some improvements on the merge sort implementation found at: https://exceptionnotfound.net/merge-sort-csharp-the-sorting-algorithm-family-reunion/ to try out span, and answer a comment there.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages