-
Couldn't load subscription status.
- Fork 10.5k
Serialize pattern data into ArrayBuffer #20340
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
Conversation
4dacfd0 to
75350d3
Compare
Follow up on mozilla#20197, This serializes pattern data into an ArrayBuffer which is then transferred from the worker to the main thread. It sets up the stage for us to eventually switch to a SharedArrayBuffer in the future.
75350d3 to
fa63180
Compare
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0ea8a9b30ac80cc/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/d0f743b1c41b619/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/0ea8a9b30ac80cc/output.txt Total script time: 39.38 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/d0f743b1c41b619/output.txt Total script time: 80.74 mins
|
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.
LGTM. Thank you.
Follow up on #20197.
This serializes pattern data into an ArrayBuffer which is then transferred from the worker to the main thread.
It sets up the stage for us to eventually switch to a SharedArrayBuffer in the future.