click in to how to sortings work as visualised
The image below shows the response time of each algorithm in ms according to the length of the array.
As you see, Tree type sorting algoritms(such as Quick,Heap,Merge) show a clear advantage over the others.