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

move d3 force calculations to webworkers #4

Open
scsirdx opened this issue Aug 31, 2016 · 2 comments
Open

move d3 force calculations to webworkers #4

scsirdx opened this issue Aug 31, 2016 · 2 comments
Assignees

Comments

@scsirdx
Copy link
Contributor

scsirdx commented Aug 31, 2016

Just an idea for now.
Research should be done about current state of webworkers support (esp. about that bugs in chrome). If all is good, the d3 heavylifting should be done in webworkers.

@scsirdx scsirdx self-assigned this Aug 31, 2016
@ffaerber
Copy link
Contributor

ffaerber commented Sep 1, 2016

i dont think this is useful for the bubble chart.
the loading and initalisation of bubbles can be optimised in d3.

@scsirdx
Copy link
Contributor Author

scsirdx commented Sep 5, 2016

It's not about math optimisation, it's about moving heavy stuff out of main js loop to make UI more responsive. This is not a problem for now, but it can pop up after adding some additional UI elements (like charts, etc.)
So this ticket is more like "one of the ways to make UI more responsive". It's a lowest priority, just one of ideas for optimisation.

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