Diomidis Spinellis wrote:
> Greetings,
>
> I've added multhread support to our qsort implementation. You can see
> the code at <http://people.freebsd.org/~dds/qsort_mt.c> and some
Interesting idea. I remember talks about OpenMP in gcc 4.2 - maybe it
would be better to do it with OpenMP?