Skip to content

Julia mandelbrot from BenchmarksGame.jl

CONTRIBUTE SOURCE CODE

The mandelbrot implementation over at https://github.com/JuliaPerf/BenchmarksGame.jl is significantly faster than the one already submitted. Since all authors have released their code under the benchmarks game license, I've tweaked the implementation and am submitting it below.

I am submitting two versions because which one is faster is not consistent between computers. One schedules tasks between threads dynamically and the other uses a dynamic scheduler.

Provide a helpful Title

Julia mandelbrot BenchmarksGame.jl contributors

Attach your source code file

mandelbrot-fast.jl

mandelbrot-fast.v2.jl

Provide an example build command-line

JULIA_NUM_THREADS=4 julia -O3 mandelbrot-fast.jl 16000