Re: Which qsort is used - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: Which qsort is used
Date
Msg-id Pine.LNX.4.58.0512131326050.27185@josh.db
Whole thread Raw
In response to Re: Which qsort is used  ("Luke Lonergan" <llonergan@greenplum.com>)
Responses Re: Which qsort is used  ("Luke Lonergan" <llonergan@greenplum.com>)
List pgsql-hackers

On Mon, 12 Dec 2005, Luke Lonergan wrote:
>
> Might you have time to implement these within the testing framework I
> published previously?  It has both the NetBSD and qsortG included along with
> a timing routine, etc.
>

Here we go:

http://www.cs.toronto.edu/~zhouqq/postgresql/sort/sort.html

The source tar ball and linux 2.4G gcc 2.96 test results is on the page.
There is a clear loser glibc, not sure qsortB or qsortG which is better.

Regards,
Qingqing


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Deadlock with ShareLocks?
Next
From: "Dann Corbit"
Date:
Subject: Re: Which qsort is used