-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Optimize save-transform-constructPath-restore #19712
base: master
Are you sure you want to change the base?
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/080fffefa04d659/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0b06274035d985b/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/0b06274035d985b/output.txt Total script time: 29.95 mins
Image differences available at: http://54.241.84.105:8877/0b06274035d985b/reftest-analyzer.html#web=eq.log |
|
The "improvement" was a way better when the patch was merging similar constructPath, but as mentioned in general it doesn't work. That said if we're able to know in the worker, that we aren't composing, then we should be able to do something better.
|
The 4 operations can be replaced with just one in applying the transform to the points coordinates.
282bbb3
to
6146e5f
Compare
The 4 operations can be replaced with just one in applying the transform to the points coordinates.