@hackage / vector-quicksort

Fast and flexible quicksort implementation for mutable vectors

Latest0.2

Changelog

0.2

  • Improve performance
  • Remove median guessing: remove Guess case from MedianResult type. Now custom median selection algorithms always have to pick existing value from array to be sorted (shouldn’t really be a limitation in practice)

0.1

  • Initial release