Forum Discussion

adrian_hawryluk's avatar
adrian_hawryluk
Contributor
12 years ago

QSort vs Bucket Sort video

I was looking at the video shown here:



http://support.smartbear.com/screencasts/aqtime/comparing-profiler-results/



And I noticed that there seems to be an erroneous conclusion stated.  According to the narrator, qsort was faster than bucket sort because Program::Main() took longer in the qsort version.  However, that doesn't compare the speed of the sort algo.  It compares the running time of the Main() function.



According to the Form1::Sort() function results, it would appear that the bucket sort is faster.  (See screenshot attached or go to the video to see original).



Or am I reading/understanding something incorrectly?





A