Impovement on Fast Scheduling in Parallel Computing
Zhou Si-wei
Abstract
Zhou Si-wei
Abstract
This thesis is mainly about the development of high-performance of computering and problem solving,and an example(quick sort) about the problems in parallel computing.Sorting by that takes up a lot of time in the class.Quick sort is a kind of typical serial sorting algorithm,and its average time complexity is O(nlogn).With parallel algorithms for quick sort,time complexity only O(2logn).However,when the number of huge sorting data(such as n10n),in parallel algorithm needs n set processor,in actual application of feasibility,as does not have the parallel processing technology and the development of our quick sort of further research,this paper puts forward a new kind of parallel scheduling algorithm by using the domain,and-the merge sort of thought to a parallel algorithms can be realized.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
This thesis is mainly about the development of high-performance of computering and problem solving,and an example(quick sort) about the problems in parallel computing.Sorting by that takes up a lot of time in the class.Quick sort is a kind of typical serial sorting algorithm,and its average time complexity is O(nlogn).With parallel algorithms for quick sort,time complexity only O(2logn).However,when the number of huge sorting data(such as n10n),in parallel algorithm needs n set processor,in actual application of feasibility,as does not have the parallel processing technology and the development of our quick sort of further research,this paper puts forward a new kind of parallel scheduling algorithm by using the domain,and-the merge sort of thought to a parallel algorithms can be realized.
Key concepts: Sorting algorithm, Computer science, sort, Merge sort, Parallel computing, Merge algorithm, Parallel algorithm, Sorting