Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 274 Bytes

Changelog.md

File metadata and controls

8 lines (5 loc) · 274 Bytes

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