Re: Sorting handler
Re: Sorting handler
- Subject: Re: Sorting handler
- From: email@hidden (Michael Sullivan)
- Date: Wed, 26 Sep 2001 09:38:29 -0400
- Organization: Society for the Incurably Pompous
>
In the back of my mind I remember seeing a long thread about a sorting
>
handler a while ago. Seeing and not reading however... Now I would be
>
interested in reading it but the search engine is still in limbo. Would
>
someone be kind enough to tell me what it was about?
>
I've just completed a brute force quick sort handler, and I am amazed at
>
how fast it can be compared to anything else. Did anyone else work on more
>
or less the same thing?
IIRC, the sort handler currently available at www.applemods.com uses
bubble sort, which is only useful for known small data sets, and really
easy to implement anyway.
I'd love to see a good quicksort or radixsort handler in applemods. I'd
download it and use it. I'd also wonder if there an osax with some good
sorts? I'm not aware of it, but I haven't plowed through all the docs
for osax I have, let alone know everything that's out there. Why do I
suspect Akua Sweets will have this?
Michael
References: | |
| >Sorting handler (From: "Serge Belleudy-d'Espinose" <email@hidden>) |