-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[api-minor] Fetch binary CMap data in the worker-thread, when useWorkerFetch
is set
#13514
Conversation
7d69430
to
b18c050
Compare
useWorkerFetch
is setuseWorkerFetch
is set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+ with fix below
…ontDataFactory` to their own file Given that these factories are being used in *different* files, for Browser respectively Node.js implementations, it seems reasonable to move them into their own file instead.
… set This patch uses the new option added in PR 12726 to *also* allow fetching binary CMap data directly in the worker-thread in browsers. Given that these changes remove the need to transfer data between threads for the default (browser) use-case, we can also revert the changes in PR 11118 since that simplifies the overall implementation.
b18c050
to
d995f90
Compare
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/eba10bff5bb4366/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/65113f94ea0bd7f/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/eba10bff5bb4366/output.txt Total script time: 26.17 mins
Image differences available at: http://54.67.70.0:8877/eba10bff5bb4366/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/65113f94ea0bd7f/output.txt Total script time: 29.85 mins
Image differences available at: http://3.101.106.178:8877/65113f94ea0bd7f/reftest-analyzer.html#web=eq.log |
This patch uses the new option added in PR #12726 to also allow fetching binary CMap data directly in the worker-thread in browsers.
Given that these changes remove the need to transfer data between threads for the default (browser) use-case, we can also revert the changes in PR #11118 since that simplifies the overall implementation.