-
Notifications
You must be signed in to change notification settings - Fork 530
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 Workers #10
Labels
Comments
Initial portions of code now in threading branch. |
very nice. how much faster is it? |
It's in the to-do list for the profiling. |
idaknow
added a commit
that referenced
this issue
Mar 14, 2018
Refstops the video if you call .end()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigate the feasibility and performance gains from using web workers (javascript threads). Training the model could be moved to a separate thread for potentially large performance gains.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers
The text was updated successfully, but these errors were encountered: