Skip to content

fix: issue #61967#61993

Closed
jorgitin02 wants to merge 2 commits intonodejs:mainfrom
jorgitin02:fix/61967-performance-degradation-of-buffer-al
Closed

fix: issue #61967#61993
jorgitin02 wants to merge 2 commits intonodejs:mainfrom
jorgitin02:fix/61967-performance-degradation-of-buffer-al

Conversation

@jorgitin02
Copy link

Fixes #61967

jorgitin02 and others added 2 commits February 25, 2026 17:34
Refs: nodejs#61967
Signed-off-by: jorge guerrero <grrr.jrg@gmail.com>
PR-URL: nodejs#61986
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@nodejs-github-bot nodejs-github-bot added buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. labels Feb 25, 2026
Copy link
Member

@Renegade334 Renegade334 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. #61967 (comment)
  2. Call overhead would not lead to performance deficits which grow linearly with the buffer size

@jorgitin02 jorgitin02 closed this Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance degradation of Buffer allocation in NodeJS v24

4 participants