JS demo (https://www.fxhash.xyz/generative/slug/proto-alphabet ) is slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.16 MB,
image/png
|
Details |
Go to https://www.fxhash.xyz/generative/slug/proto-alphabet
Click on the "run" button below the image/demo pane on the right half of the page
Nightly: https://share.firefox.dev/3VZOIf5
Chrome: https://share.firefox.dev/3XnUIQ9
| Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
The resulting images differ between Chrome and Nightly110.0a1.
Comment 2•3 years ago
|
||
Jan, could you evaluate this. I will just make it a P3 for now.
Comment 3•3 years ago
|
||
Quite a lot of time in ArrayConcat. There's also a ton of recursion with many kn functions on the stack.
| Reporter | ||
Comment 4•3 years ago
|
||
Latest profile is improved by 50%: https://share.firefox.dev/3H57zkc
| Reporter | ||
Comment 5•2 years ago
|
||
Nightly is 2x slower here :
Chrome: https://share.firefox.dev/46NYOpl (1.6s)
Nightly: https://share.firefox.dev/3FgHNs4 (3.2s)
| Reporter | ||
Comment 6•1 year ago
|
||
Latest profile: https://share.firefox.dev/4iQPRT9 (3.1s)
| Reporter | ||
Comment 7•1 year ago
|
||
Latest profile: https://share.firefox.dev/3WamfWY (2.5s)
Improvement here.
Description
•