Skip to content
Snippets Groups Projects
user avatar
alyapunov authored
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
2e864b5a
History