JuliaLang / Microbenchmarks

Microbenchmarks comparing the Julia Programming language with other languages
https://julialang.org/benchmarks/
Other
87 stars 48 forks source link

fix microbenchmarks to be more alike #23

Open KristofferC opened 6 years ago

KristofferC commented 6 years ago

Moved from https://github.com/JuliaLang/julia/issues/13729


See: https://github.com/JuliaLang/julia/pull/13673

cgay commented 3 years ago

It looks to me like the Go, Python, and Julia versions of recursion_quicksort treat the creation and filling of the random array differently: