Use open MP sort optimisation only for huge arrays
Now open MP sort is used for any size of an array. For small arrays it's an overkill and even can cause overhead due to thread pool creation. Invoke open MP sort only for big arrays and use old good single-thread qsort for small arrays. Fix #2431
Showing
Loading
Please register or sign in to comment