DinkydauSet / ExploreFractals

A tool for testing the effect of Mandelbrot set Julia morphings
GNU General Public License v3.0
5 stars 1 forks source link

Investigate more performance improvements with templates #5

Closed DinkydauSet closed 3 years ago

DinkydauSet commented 3 years ago

Does it help to add oversampling to the Render template?

Does it help to add transformations to the template? A way to test that: change the transformation functions to do nothing so that they're optimized away. Does that make the program any faster? If not, it's not a problem.

DinkydauSet commented 3 years ago

The switch statements for the transformations have a negligible effect on performance - not worth changing that.

DinkydauSet commented 3 years ago

Adding oversampling doesn't help either.