Skip to content

src: minor refactor to string_search.h - #20546

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:stringsearch-refactor
Closed

src: minor refactor to string_search.h#20546
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:stringsearch-refactor

Conversation

@addaleax

Copy link
Copy Markdown
Member
  • Use std::max instead of a custom variant
  • Use member method pointers to avoid an extra layer of indirection
  • Stop transferring Vector into the node namespace
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

- Use `std::max` instead of a custom variant
- Use member method pointers to avoid an extra layer of indirection
- Stop transferring `Vector` into the `node` namespace
@nodejs-github-botnodejs-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++. labels May 5, 2018
@addaleax

Copy link
Copy Markdown
MemberAuthor

@addaleax

Copy link
Copy Markdown
MemberAuthor

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 6, 2018
@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in 9873875

@addaleaxaddaleax closed this May 9, 2018
@addaleax
addaleax deleted the stringsearch-refactor branch May 9, 2018 16:18
addaleax added a commit that referenced this pull request May 9, 2018
- Use `std::max` instead of a custom variant
- Use member method pointers to avoid an extra layer of indirection
- Stop transferring `Vector` into the `node` namespace
PR-URL: #20546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
targos pushed a commit that referenced this pull request May 12, 2018
- Use `std::max` instead of a custom variant
- Use member method pointers to avoid an extra layer of indirection
- Stop transferring `Vector` into the `node` namespace
PR-URL: #20546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
@addaleaxaddaleax mentioned this pull request May 14, 2018
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.bufferIssues and PRs related to the buffer subsystem.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@addaleax@danbev@jasnell@TimothyGu@nodejs-github-bot