Changelog of @hackage/vector-quicksort 0.2

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