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

Web worker enhancements #37

Open
1 of 4 tasks
hrj opened this issue Apr 7, 2017 · 0 comments
Open
1 of 4 tasks

Web worker enhancements #37

hrj opened this issue Apr 7, 2017 · 0 comments
Milestone

Comments

@hrj
Copy link
Member

hrj commented Apr 7, 2017

  • Detect worker capability in browser, and only then install worker proxy
  • Allow worker to be disabled via API
  • Limit number of workers by having a worker pool. See this for techniques.
  • Use current-script's text converted to a blob, as URL for worker, instead of the original URL. (Avoids network request).
@hrj hrj added this to the 0.8 milestone Apr 7, 2017
@hrj hrj modified the milestones: 0.9, 0.8 Apr 27, 2017
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