Skip to content

Version 4 December 2020

Compare
Choose a tag to compare
@Gaming32 Gaming32 released this 01 Dec 20:45
· 1242 commits to main since this release

Changelog

General Changes

  • Return of the logarithmic slider
  • Hold shift to lock to powers of two
  • Make the UI look native on Windows and macOS
  • Add all sorts to "Run All Sorts" button
  • Fix fatal sound error on WSL

Sort Changes

  • Slow down Gravity Sort
  • Change inner loop for Circlesort, and Intro Circlesort
  • Change Snuffle Sort category
  • Change Base-N Mergesort's run all label
  • Move Block Selection Mergesort's reverse lazy stable to separate sort
  • Change Introspective Sort's run all label
  • Improve Median Mergesort
  • Optimize and refactor Rotate Mergesort
  • Change Base-N Max Heapsort's run all label

thatsOven's staticSort

  • Change name
  • Change constant value
  • Time the merge_arrays function

New Sorts

  • Slice Bogo Sort
  • Left/Left Quicksort (Middle Pivot)
  • Stable Quicksort (Middle Pivot)
  • Iterative Circlesort
  • Mean Quick Sort
  • Iterative Introspective Circlesort
  • Block-Swap Mergesort
  • Reverse Lazy Stable Sort