This python project generate the Mandelbrot fractal.
As I wanted a very high precision in the image, the processing was very slow. To fix this, I used the axis of symmetry of the Mandelbrot fractal to divided the process time by 2. With 16 threads, I was still able to significantly reduce the process time.
At the end, this project was able to generate a very high precision image of the Mandelbrot fractal of 34MB.
Project link: https://github.com/cedricfarinazzo/mandelbrot