Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-adm!brl-smoke!smoke!rbj@icst-cmr From: rbj@icst-cmr (Root Boy Jim) Newsgroups: net.lang.c Subject: Re: Sorting ANYTHING Message-ID: <2448@brl-smoke.ARPA> Date: Mon, 7-Apr-86 16:12:53 EST Article-I.D.: brl-smok.2448 Posted: Mon Apr 7 16:12:53 1986 Date-Received: Thu, 10-Apr-86 00:42:44 EST Sender: news@brl-smoke.ARPA Lines: 12 The basic rule of thumb for sorts is this: If you can understand why it works, it's too slow. Sorts are extremely mathematical and have been analyzed to death by such highbrows as Knuth, who have not forgotten all the math they took. If you're going to sort a small number of things, it doesn't really matter what you use. If you're sorting lots of stuff, use a system sort and save the maintainer the headache of reading *your* sort. (Root Boy) Jim Cottrell