Date: Mon, 23 Oct 2000 13:45:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Horst Kraemer cc: djgpp AT delorie DOT com Subject: Re: qsort's algorithm In-Reply-To: <39f35c64.3093928@news.cis.dfn.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 23 Oct 2000, Horst Kraemer wrote: > DJGPP's qsort doesn't perform worse with already (almost) sorted data. > According to my experience it has a big performance problem if the > number of keys to be sorted is small w.r.t. to the number of items. Did you try that with qsort from djdev203.zip? The algorithm has changed since previous versions.