Page 1 of 1

[04 Dec 2008] Sort vs quicksort measured

Posted: Sat Jun 13, 2020 5:32 pm
by lazi
Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 04 Dec 2008 01:11:39 +0100

Hi!

So the correct times is the following:

The same table which takes 4913 ms to sort by the Sort() function takes 241 ms by the quicksort algorithm.

[05 Dec 2008] Re: Sort vs quicksort measured

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 05 Dec 2008 23:30:39 +0100
Hi!

So the correct times is the following:

The same table which takes 4913 ms to sort by the Sort() function takes 241 ms by the quicksort algorithm.
Yep, I'll throw out the bubble sort and use a more sophisticated algorithm :)