Re: qsort, once again - Mailing list pgsql-hackers

From Jonah H. Harris
Subject Re: qsort, once again
Date
Msg-id 36e682920603161143wd9f5c56qdd9235dfe55bcd87@mail.gmail.com
Whole thread Raw
In response to qsort, once again  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 3/16/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I'm wondering what the authors were expecting the insertion sort to
handle exactly.  Does anyone have a copy of the paper that's referenced
in the code comment?

/*
* Qsort routine from Bentley & McIlroy's "Engineering a Sort Function".
*/

Yes, I have it somewhere, let me dig it up for ya. 


--
Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
732.331.1324

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: qsort, once again
Next
From: "Dann Corbit"
Date:
Subject: Re: qsort, once again