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

src: use string_view for report and related code by addaleax · Pull Request #46723 · nodejs/node · GitHub

/ node Public

src: use string_view for report and related code - #46723

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
addaleax:json-utils-stringview
Feb 20, 2023
Merged

src: use string_view for report and related code#46723
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
addaleax:json-utils-stringview

Conversation

Copy link
Copy Markdown
Member

Use std::string_view for process.report code and related code, drop a few unnecessary std::to_string calls, and use MaybeStackBuffer instead of MallocedBuffer, all in order to avoid unnecessary heap allocations.

Use `std::string_view` for process.report code and related
code, drop a few unnecessary `std::to_string` calls,
and use `MaybeStackBuffer` instead of `MallocedBuffer`,
all in order to avoid unnecessary heap allocations.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/node-api

addaleax added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 18, 2023
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Feb 18, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 18, 2023

Copy link
Copy Markdown
Collaborator

addaleax added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 18, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 18, 2023

Copy link
Copy Markdown
Collaborator

Comment thread src/json_utils.h

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 20, 2023

Copy link
Copy Markdown
Collaborator

anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 20, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 20, 2023
nodejs-github-bot merged commit b85b5ba into nodejs:main Feb 20, 2023

Copy link
Copy Markdown
Collaborator

Landed in b85b5ba

Copy link
Copy Markdown
Member

This depends on #46410

targos pushed a commit that referenced this pull request Mar 13, 2023
Use `std::string_view` for process.report code and related
code, drop a few unnecessary `std::to_string` calls,
and use `MaybeStackBuffer` instead of `MallocedBuffer`,
all in order to avoid unnecessary heap allocations.

PR-URL: #46723
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>

anonrig commented Apr 5, 2023

Copy link
Copy Markdown
Member

I tried backporting but it didn't land cleanly on my pull request for Ada. #47435

anonrig commented Apr 6, 2023

Copy link
Copy Markdown
Member

@juanarbol I removed the dont-land-on-v18.x because I opened a backport for Ada (including this PR)

anonrig pushed a commit to anonrig/node that referenced this pull request Apr 11, 2023
Use `std::string_view` for process.report code and related
code, drop a few unnecessary `std::to_string` calls,
and use `MaybeStackBuffer` instead of `MallocedBuffer`,
all in order to avoid unnecessary heap allocations.

PR-URL: nodejs#46723
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
danielleadams pushed a commit that referenced this pull request Apr 12, 2023
Use `std::string_view` for process.report code and related
code, drop a few unnecessary `std::to_string` calls,
and use `MaybeStackBuffer` instead of `MallocedBuffer`,
all in order to avoid unnecessary heap allocations.

PR-URL: #46723
Backport-PR-URL: #47435
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
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. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants


Back | FazBrowse Home | New Git URL