Click here to Skip to main content
16,015,072 members
Articles / Programming Languages / C#

Fastest Sort Algorithm

Rate me:
Please Sign up or sign in to vote.
3.24/5 (8 votes)
19 Aug 2020CPOL20 min read 12.2K   330   5  
In-place merge sort on Multi-core and Cache
This is an introduction of my original in-place merge sort algorithm. First, considering what is fastest sort from theoretical analysis. Second, explaining my sort program and applying it to cache and multi-core. Third, from measurement, confirming it is top level speed. The conclusion is, my sort can be said to be the fastest, from cache and multi-core utilization level.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer Self employed
Japan Japan
I had been working as calculator engineer (Software & Electronics) in previous company.
And now I am selling my calculation applications.

Comments and Discussions