Farbfetzen / fractalplotr

Make beautiful fractals with R
Other
0 stars 0 forks source link

Improve the speed #3

Closed Farbfetzen closed 5 years ago

Farbfetzen commented 5 years ago

Profile the code first to see where the bottlenecks are. Maybe use the parallel package.

Farbfetzen commented 5 years ago

Would it be faster to not use the absolute distance for the mandelbrot set? Instead check the real and imaginary value separately if they are greater than 2. But I don't think that this will help much.

Farbfetzen commented 5 years ago

There are some recommendations for improvements in the english wiki article.