Closed Niceno closed 5 years ago
Actually ... I did some measurements. Heapsort looks nice, but it is slower than quicksort. Let's wait with this for a moment.
I am preparing a new module, Sort_Mod, which will contain all sorting functions. All are based on quicksort, since it is the fastest sorting algorithm.
This is obsolete after the introduction of Sort_Mod
Heapsort introduced by Egor seems to be doing a good job. It makes sense for all other routines (Sort_Int..., Sort_Short..., etc) to accept the same algorithm.