Skip to content

Conversation

@sanjaiyan-dev
Copy link
Contributor

Hi, this pull request introduces a very minor improvement in memory usage by hoisting the function outside the for loop. This adjustment offers benefits such as reducing the overhead of redefining the function in each iteration, resulting in a more optimized and efficient code execution.

Extremely sorry, if I made any mistakes :)

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Dec 20, 2023
sanjaiyan-devand others added 2 commits December 21, 2023 00:20
 Fix variable naming Co-authored-by: Antoine du Hamel <[email protected]>
 Fix variable naming Co-authored-by: Antoine du Hamel <[email protected]>
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Dec 21, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 21, 2023
@nodejs-github-bot
Copy link
Collaborator

@aduh95aduh95 merged commit b8fe07d into nodejs:mainDec 23, 2023
@aduh95
Copy link
Contributor

Landed in b8fe07d

@sanjaiyan-devsanjaiyan-dev deleted the sanjaiyan-memory-optimization branch December 23, 2023 02:31
RafaelGSS pushed a commit that referenced this pull request Jan 2, 2024
PR-URL: #51242 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
@RafaelGSSRafaelGSS mentioned this pull request Jan 2, 2024
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #51242 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
@richardlaurichardlau mentioned this pull request Mar 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@sanjaiyan-dev@nodejs-github-bot@aduh95@anonrig@aymen94