FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Optimize Memory Usage by Hoisting Function in For Loop 馃捊 by sanjaiyan-dev 路 Pull Request #51242 路 nodejs/node 路 GitHub

/ node Public

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

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-bot added the needs-ci PRs that need a full CI run. label Dec 20, 2023
Comment thread lib/internal/per_context/primordials.js Outdated
Comment thread lib/internal/per_context/primordials.js Outdated
sanjaiyan-dev and 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>
aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Dec 21, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 21, 2023

Copy link
Copy Markdown
Collaborator

aduh95 merged commit b8fe07d into nodejs:main Dec 23, 2023

aduh95 commented Dec 23, 2023

Copy link
Copy Markdown
Contributor

Landed in b8fe07d

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>
RafaelGSS 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>
richardlau mentioned this pull request Mar 25, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL