Skip to content

Conversation

@sapics
Copy link
Contributor

  1. This PR fixes the FastStringKey == operator. (Currently, there are some cases which return true, when the length of string is not same).
  2. Currently, FastStringKey::HashImpl return multiple of 33, thus it would be better to move while to first.
Checklist

@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jun 5, 2020
@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 12, 2020
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@jasnell
Copy link
Member

Landed in 5a0c66

@jasnelljasnell closed this Jun 24, 2020
@sapicssapics deleted the fix-faststringkey-operator branch June 24, 2020 23:35
codebytere pushed a commit that referenced this pull request Jun 27, 2020
PR-URL: #33748 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@codebyterecodebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
PR-URL: #33748 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@codebytere
Copy link
Member

Backport blocked on #33139

@sapics
Copy link
ContributorAuthor

Thank you for trying backport!
This PR fixes the bug of the functionality which created in #33139.
Thus, if #33139 is not backported, it is okay if we cannot backport this PR.

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.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.

8 participants

@sapics@nodejs-github-bot@jasnell@codebytere@addaleax@benjamingr@cjihrig@MrHeer