Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Feature request] Move (most of) WebTorrent into Web Workers #1524
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
@jimmywarting Did you try this patch? |
This comment has been minimized.
This comment has been minimized.
|
Nope, not yet. But it looks like that is just one tiny adjustment (and only for Chrome). |
This comment has been minimized.
This comment has been minimized.
|
Sure, it was just to know if the patch improved your unresponsive issues. (fyi firefox supports |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using WebTorrent in the main thread makes the page unresponsive sometimes.
What would it take to move WebTorrent into a web worker?
I know WebRTC is not supported in web workers for example.
So you would have to communicate back and forth with postMessage to handle WebRTC.
Almost feel we need a performance sprint and focus on making WebTorrent faster and CPU friendlier.
Having some benchmark testing would be awesome too.