Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task speedup #2

Open
clojj opened this issue Sep 11, 2016 · 3 comments
Open

Task speedup #2

clojj opened this issue Sep 11, 2016 · 3 comments

Comments

@clojj
Copy link

clojj commented Sep 11, 2016

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.

@clojj
Copy link
Author

clojj commented Sep 12, 2016

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

@Rolograaf
Copy link

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.

@clojj
Copy link
Author

clojj commented Sep 12, 2016

I think it's a good idea to render-profile this in Chrome..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants