cdec
cdec copied to clipboard
Use stdlib qsort to sort IntList
Replace implementation of quick sort in int_list.pxi by the stdlib algorithm.