Skip to content

Optimize Memory Usage by Hoisting Function in For Loop 💽 - #51242

Merged
aduh95 merged 4 commits into
nodejs:mainfrom
sanjaiyan-dev:sanjaiyan-memory-optimization
Dec 23, 2023
Merged

Optimize Memory Usage by Hoisting Function in For Loop 💽#51242
aduh95 merged 4 commits into
nodejs:mainfrom
sanjaiyan-dev:sanjaiyan-memory-optimization

Conversation

@sanjaiyan-dev

Copy link
Copy Markdown
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
Comment threadlib/internal/per_context/primordials.js Outdated
Comment threadlib/internal/per_context/primordials.js Outdated
sanjaiyan-devand others added 2 commits December 21, 2023 00:20
Fix variable naming
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Fix variable naming
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@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
Copy Markdown
Collaborator

@aduh95
aduh95 merged commit b8fe07d into nodejs:mainDec 23, 2023
@aduh95

Copy link
Copy Markdown
Contributor

Landed in b8fe07d

@sanjaiyan-dev
sanjaiyan-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 <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
@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 <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
@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