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

Offload Processing to Web Workers #2

Open
hydrosquall opened this issue Aug 9, 2016 · 0 comments
Open

Offload Processing to Web Workers #2

hydrosquall opened this issue Aug 9, 2016 · 0 comments

Comments

@hydrosquall
Copy link

Really enjoyed the Medium writeup- I have a gallery of food-related pictures that I've been thinking of turning into a project someday, so this might come in handy!

Wanted to ask if you'd looked into using WebWorkers to do some of the computation on background threads instead of the main Javascript thread? The catch with Web Workers is they can't touch the DOM directly, but you can pass mathematical / network request related tasks to them and they can give the result back to your main application thread. @kosamari gave an example in her OpenVis talk this year.

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

1 participant