raguerraa / wally

This app generates wallpapers using math operations like multiplication, cos, sin, and average.
0 stars 0 forks source link

Improve The Speed Of Generating Wallpapers #2

Open raguerraa opened 2 years ago

raguerraa commented 2 years ago

Generating wallpapers should be faster, so that users don't get frustrated. I tried using dynamic programming when evaluating the random math expression, however there is seems that there is no overlapping sub-problems, because each input to the math expression is different and is not composed of previous problems.