The sorting algorithm is optimized to sort a pointer array.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Because quicksort appears to be unpredictable with regard to how many times the function needs to recurse and how long the sorting can take.
See:
https://en.wikipedia.org/wiki/Quicksort
--HPS