Nightly is 8x slower than Chrome on an online Brotli compressor
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Attachments
(1 file)
569.17 KB,
text/plain
|
Details |
Save the attached sample text file to your local machine.
Go to http://dominikhlbg.github.io/brotlijs/
In the encode box, click on the dropdown and select "11"
Browse to the locally saved text file and click OK
Nightly: https://share.firefox.dev/3qO1hko (32 seconds)
Chrome: https://share.firefox.dev/3qWGOcX (4 seconds)
Reporter | ||
Comment 1•1 years ago
|
||
Reporter | ||
Updated•1 years ago
|
Reporter | ||
Comment 2•1 years ago
|
||
https://share.firefox.dev/3L9LFhM and a profile of compressing a 1MB image.
Comment 3•1 years ago
|
||
The flame graph shows quite a lot of time under GetSparseElementHelper
.
Updated•1 years ago
|
Reporter | ||
Comment 4•6 months ago
|
||
FWIW, we are faster at decompressing using the same utility.
Nightly: https://share.firefox.dev/46TFp7s (1.9s)
Chrome: https://share.firefox.dev/3Az1tsd (2.6s)
Reporter | ||
Comment 5•1 month ago
|
||
Latest profile: https://share.firefox.dev/3PwBKEM (27s). So slightly better than before.
Also interesting to see some regalloc time in the beginning. 50ms or so, so no nothing major.
Description
•