Introsort is a hybrid alogrithm. It is recommended algorithm. Please implement it and make it default. - https://www.geeksforgeeks.org/know-your-sorting-algorithm-set-2-introsort-cs-sorting-weapon/ - https://en.wikipedia.org/wiki/Introsort See following implementation for reference: https://github.com/leonfoks/coretran/tree/master/src/sorting https://github.com/leonfoks/coretran/blob/master/src/sorting/sm_introSort.f90 https://github.com/leonfoks/coretran/blob/master/src/sorting/sm_insertionSort.f90
Introsort is a hybrid alogrithm. It is recommended algorithm. Please implement it and make it default.
See following implementation for reference:
https://github.com/leonfoks/coretran/tree/master/src/sorting
https://github.com/leonfoks/coretran/blob/master/src/sorting/sm_introSort.f90
https://github.com/leonfoks/coretran/blob/master/src/sorting/sm_insertionSort.f90