Uh oh!
There was an error while loading. Please reload this page.
util: lazy parse mime parameters - #49889
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uzlopak
commented
Sep 27, 2023
@metcoder95 |
Uh oh!
There was an error while loading. Please reload this page.
metcoder95
left a comment
There was a problem hiding this comment.
LGTM 👍
I'm just curious about the results
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cae6ad7 to
b00e9bcCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uzlopak
commented
Sep 27, 2023
Thanks ;) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1422/ Results |
H4ad
commented
Sep 28, 2023
@Uzlopak Can you reduce the number of iterations on the benchmarks? The current benchmark ci is taking many hours. |
nodejs-github-bot
commented
Oct 5, 2023
aduh95
commented
Oct 6, 2023
Uzlopak
commented
Oct 6, 2023
@aduh95 |
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Uzlopak
commented
Oct 7, 2023
lets apply your remark. I go to sleep now |
aduh95
commented
Oct 7, 2023
The benchmark has taken 16 hours to complete, which is an improvement over the 17 hours it took the first time, but a relatively small one if you ask me. I wonder what's taking so long, it would be beneficial to lower that time further. |
Uzlopak
commented
Oct 7, 2023
@aduh95 |
aduh95
commented
Oct 7, 2023
Ah yeah, the |
nodejs-github-bot
commented
Oct 8, 2023
nodejs-github-bot
commented
Oct 8, 2023
nodejs-github-bot
commented
Oct 8, 2023
Landed in 54bb691 |
PR-URL: #49889 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: nodejs#49889 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This PR improves the instantiation speed of MimeType by parsing the MimeParams lazily.
MimeParams accepts now a string of the parameter rest.