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 Workers #10

Closed
JamesLaskey opened this issue Feb 17, 2016 · 3 comments
Closed

Web Workers #10

JamesLaskey opened this issue Feb 17, 2016 · 3 comments

Comments

@JamesLaskey
Copy link

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

@JamesLaskey
Copy link
Author

Initial portions of code now in threading branch.

@JamesLaskey JamesLaskey modified the milestone: Initial Working Implementation Feb 24, 2016
@jeffhuang
Copy link
Contributor

very nice. how much faster is it?

@alexpapster
Copy link
Collaborator

It's in the to-do list for the profiling.

Skylion007 pushed a commit that referenced this issue Jan 3, 2018
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
Projects
None yet
Development

No branches or pull requests

3 participants