An Efficient Parallel Three-Way Quicksort Using Intel C++ Compiler And OpenMP 4.5 Library
An Efficient Parallel Three-Way Quicksort Using Intel C++ Compiler And OpenMP 4.5 Library
In this article, I’d like to introduce the modern code in C++11, implementing the parallel three-way quicksort, which is asymptotically faster and more efficient than the famous heapsort and mergesort algorithms.
Source: www.codeproject.com/Articles/1062000/An-Efficient-Parallel-Three-Way-Quicksort-Using-In
May 8, 2020
Subscribe
Login
Please login to comment
0 Comments