Uh oh!
There was an error while loading. Please reload this page.
async_hooks: refactor to avoid unsafe array iteration - #37125
Conversation
TrySound
commented
Jan 29, 2021
What's wrong with modern syntax? |
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/916/ (queued, will 404 until it starts). |
Nothing wrong with the syntax, the problem is with array iteration which relies on user-mutables methods: deleteArray.prototype[Symbol.iterator];const[a,b,c]=[1,2,3]; |
nodejs-github-bot
commented
Jan 29, 2021
RaisinTen
commented
Jan 30, 2021
@aduh95 The benchmark didn't run properly. Here is the new link: |
aduh95
commented
Jan 30, 2021
The benchmark stops working after two minutes… I'm not sure if it's a problem with our CI or the benchmark itself. I'm splitting it into several runs to see if that helps: |
aduh95
commented
Jan 31, 2021
No significant perf improvements or regressions. Details |
PR-URL: nodejs#37125 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
53c3c19 to
f8853ddCompareaduh95
commented
Feb 1, 2021
Landed in f8853dd |
PR-URL: #37125 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #37125 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #37125 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #37125 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #37125 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
No description provided.