You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe creating a subscription for time- or animationFrame-events is better ?
That way, on each Sub Msg a new row can be calculated... replacing the need for creating Cmd's
Using a shadowdom to lower the DOM bottleneck is a clever trick, you should calculate the whole grid and then update only once. Diffing each cell is very unproductive.
Poking around elm-core, I could not come up with any speedup of the incremental Mandelbrot..
Any ideas, why it is so slow yet ?
For me, this is really a bummer in elm generally.
The text was updated successfully, but these errors were encountered: