Not to be the (2^20)th person to ask this question, but I have 32 32-bit integers to sort and am trying to do it faster than the qsort function in XC32. I'm running a PIC32 at 2MHz (due to power constraints) and it's taking almost exactly 4ms. It's not ba..
↧