Uh oh!
There was an error while loading. Please reload this page.
util: move validations for text decoder to c++ - #45388
Closed
anonrig wants to merge 1 commit into
Closed
Conversation
anonrigforce-pushed
the
perf/text-decoder-3
branch
2 times, most recently
from
November 9, 2022 14:41
0437868 to
1bf201eCompareaddaleax
approved these changes
Nov 9, 2022
addaleax
left a comment
Member
There was a problem hiding this comment.
Just a heads up, while I personally really like this change and think it’s a good idea, this isn’t really in line with what the project has been doing in the past years in terms of input validation (which is to validate in JS and add CHECKs in C++).
Uh oh!
There was an error while loading. Please reload this page.
anonrigforce-pushed
the
perf/text-decoder-3
branch
from
November 9, 2022 14:48
1bf201e to
c74850fComparesantigimeno
approved these changes
Nov 9, 2022
nodejs-github-bot
commented
Nov 9, 2022
Collaborator
tony-go
approved these changes
Nov 9, 2022
nodejs-github-bot
commented
Nov 9, 2022
Collaborator
nodejs-github-bot
commented
Nov 9, 2022
Collaborator
20 tasks
nodejs-github-bot
commented
Nov 10, 2022
Collaborator
19 tasks
nodejs-github-bot
commented
Nov 11, 2022
Collaborator
anonrig
commented
Nov 11, 2022
MemberAuthor
Landed in d6c10e1 |
anonrig added a commit
that referenced
this pull request
Nov 11, 2022
PR-URL: #45388 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
19 tasks
Trott pushed a commit
to Trott/io.js
that referenced
this pull request
Nov 12, 2022
PR-URL: nodejs#45388 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Trott
commented
Nov 12, 2022
Member
Re-landed in ca3ed36 |
This was referenced Nov 13, 2022
This was referenced Nov 15, 2022
ruyadorno pushed a commit
that referenced
this pull request
Nov 21, 2022
PR-URL: #45388 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
anonrig added a commit
to anonrig/node
that referenced
this pull request
Nov 28, 2022
PR-URL: nodejs#45388 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Dec 30, 2022
PR-URL: #45388 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Jan 3, 2023
PR-URL: #45388 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the 3rd pull request for my text-decoder performance patches. It removes any unnecessary check and moves them to the C++ side. I'll update the description when benchmark CI is complete.
Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1214/
CC @nodejs/performance @nodejs/util