Skip to content

Contribute Source Code: Julia mandelbrot Adam Beckmeyer

CONTRIBUTE SOURCE CODE

I referenced several of the top-speed benchmarks while writing this although this is by no means a translation of any of them. Particularly helpful was Swift #3. Benchmarking against other implementations on my computer, I'm seeing this as coming in as slightly faster than C #6, but that's surprising to me, so I'm betting I'm doing something wrong in timing that program.

Provide a helpful Title

Julia mandelbrot Adam Beckmeyer

Attach your source code file

mandelbrot-ab.jl

Provide an example build command-line

export JULIA_NUM_THREADS=4
julia -O3 mandelbrot-ab.jl 200 > output.pbm
Edited by Adam Beckmeyer