Re: Sorting IP addresses - Progress
Re: Sorting IP addresses - Progress
- Subject: Re: Sorting IP addresses - Progress
- From: Andreas Amann <email@hidden>
- Date: Sat, 20 Dec 2003 17:14:10 -0800
Cool - thanks for the testing! This means I won't have to change the
sorting algorithm used in my scripts which I am about to release;-)
Andreas
It turns out your quick sort implementation is better than the one I
adapted from that web site. Your quick sort sorted 10,000 items in 72
seconds as opposed to 349 seconds for the quick sort I adapted. Since
my merge sort took 131 seconds for the same data set this means that
your quick sort is indeed the quickest sorting implementation out of
all of them for large data sets.
- Ken
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.