JuliaPerf / BenchmarksGame.jl

Other
43 stars 13 forks source link

get mandelbrot on par with C #2

Closed SimonDanisch closed 5 years ago

SimonDanisch commented 5 years ago

open question: do we need to statically compile this to actually get fair numbers on the website? Isn't probably as hard for such a small self contained script ;)

KristofferC commented 5 years ago

Can we call this file mandelbrot-fast.jl. I think it makes sense to have two files, "idiomatic" and hardcore optimized?

KristofferC commented 5 years ago

Pushed it to master, but i think it fails verification.

KristofferC commented 5 years ago

Nvm, it works.