Hello, everybody.
I just found gnulib, and would like to inquire whether there is a need for more sorting algorithms. So far I have implemented natural merge sorts (both parallel and sequential) and MSD radix sorts for integer key arrays (both parallel and sequential once again). Unfortunately, they all are in Java, yet, fortunately, it should not be hard to rewrite them in C.
Best regards,
rodde