Julia & Mojo Mandelbrot Benchmark

It is much better to parallelize an outer loop, and perform multiple mandelbrot_kernels in parallel like both my code and sdanisch’s code does, than it is to try and parallelize the mandelbrot_kernel’s iterations.

2 Likes