Fix quicksort for constant arrays

Change the comparison with the pivot to strict inequality, not or-equal.
This solves the terrible performance of sorting a constant array.
1 file changed