News

I took the code for qsort from GNU's glibc and modified it so it only handles integers. I wanted to test the speedup compared to the library qsort function so I made a testprogram sorting a large ...