Skip to content

Instantly share code, notes, and snippets.

@illerucis
Created December 16, 2013 23:34
Show Gist options
  • Save illerucis/7996967 to your computer and use it in GitHub Desktop.
Save illerucis/7996967 to your computer and use it in GitHub Desktop.
Comparing old and (maybe) new QSs
require("SortPerf.jl")
SortPerf.std_sort_tests(;sort_algs=[QuickSort, OldQuickSort],
types=[Int, Float32, Float64],
range=6:19,
replicates=1000,
save=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment