-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buffer: faster type check #54088
buffer: faster type check #54088
Conversation
@nodejs/performance @nodejs/buffer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Also add support for any TypedArray as target. PR-URL: nodejs#54088
Also add support for any TypedArray as target. PR-URL: nodejs#54088
Also add support for any TypedArray as target. PR-URL: nodejs#54088
Also add support for any TypedArray as target. PR-URL: nodejs#54088
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54088 +/- ##
=======================================
Coverage 87.06% 87.07%
=======================================
Files 643 643
Lines 181581 181582 +1
Branches 34888 34886 -2
=======================================
+ Hits 158097 158107 +10
+ Misses 16766 16758 -8
+ Partials 6718 6717 -1
|
The commit message has to be amended to comply with our guidelines (prefix: imperative verb) before this can land :) |
Is this semver-minor since it changes the public API? In any case, I think it makes sense to document the change in behavior. I assume the right place is to add a Lines 1711 to 1715 in 269175b
|
Commit Queue failed- Loading data for nodejs/node/pull/54088 ✔ Done loading data for nodejs/node/pull/54088 ----------------------------------- PR info ------------------------------------ Title buffer: faster type check (#54088) Author Robert Nagy <ronagy@icloud.com> (@ronag) Branch ronag:buffer.copy-check -> nodejs:main Labels buffer, author ready, needs-ci Commits 1 - buffer: faster type check Committers 1 - Robert Nagy <ronagy@icloud.com> PR-URL: https://github.com/nodejs/node/pull/54088 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54088 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 28 Jul 2024 22:18:55 GMT ✔ Approvals: 4 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/54088#pullrequestreview-2210972720 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/54088#pullrequestreview-2204005543 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/54088#pullrequestreview-2205608335 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/54088#pullrequestreview-2206203933 ⚠ This PR has conflicts that must be resolved ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-08-02T05:56:32Z: https://ci.nodejs.org/job/node-test-pull-request/60820/ - Querying data for job/node-test-pull-request/60820/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10213732908 |
Also add support for any TypedArray as target. PR-URL: nodejs#54088
324f2c6
to
2d75eba
Compare
Landed in acbd0be |
Also add support for any TypedArray as target. PR-URL: #54088 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Also add support for any TypedArray as target.