[ANN] Fatou.jl : Easily share Julia fractals

In this post, I had a comparison of n=1500 grid, which took 19 seconds before, while only taking 0.17 seconds in the new version with the parametric types.

It’s probably due to assigning the Fatou.Define object to parallel threads, because the iteration function depends on two Bool values in that object and also functions in it, which might become unnecessary now due to the information provided by the parametric type. Now, only the complex number is variable.

1 Like