Does anyone know if there is a package to implement this two hybrid sorting algorithmn in Julia. I noticed that it is NOT implemented in the BASE sort function in Julia.
Timsort - Wikipedia (used by Python)
Introsort - Wikipedia (used by C++ ???)
I would like to try them out in Julia.
Thank you.