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

Idea: use web workers for services #18

Open
nelsonpecora opened this issue Feb 19, 2016 · 2 comments
Open

Idea: use web workers for services #18

nelsonpecora opened this issue Feb 19, 2016 · 2 comments

Comments

@nelsonpecora
Copy link
Contributor

  • controllers talk to the dom
  • services (for the most part) don't
  • maybe use web workers for services?
  • check browser support
  • check compilation situation
@ughitsaaron
Copy link

Maybe for some services but not all. I think there might be some edge cases where calling a web worker for some small task might actually hurt performance more than help.

@nelsonpecora
Copy link
Contributor Author

yep. I think the best use cases are validators (which don't need to talk with the dom) and api calls (the stuff in edit/ though there are some dom things in there right now)

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

No branches or pull requests

2 participants