fs: improve error performance of readdirSync#50131
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Oct 14, 2023
Merged
fs: improve error performance of readdirSync#50131nodejs-github-bot merged 1 commit intonodejs:mainfrom
readdirSync#50131nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
769e7d4 to
76e84e4
Compare
76e84e4 to
d375f54
Compare
Contributor
Failed to start CInode:internal/modules/cjs/loader:1028
const err = new Error(message);
^
|
Contributor
Failed to start CInode:internal/modules/cjs/loader:1028
const err = new Error(message);
^
|
Collaborator
d375f54 to
afb8687
Compare
Collaborator
afb8687 to
d8f06ad
Compare
Collaborator
Collaborator
Member
Author
|
cc @nodejs/cpp-reviewers @nodejs/fs |
GeoffreyBooth
approved these changes
Oct 14, 2023
Collaborator
|
Landed in 18a8187 |
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
PR-URL: nodejs#50131 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
targos
pushed a commit
that referenced
this pull request
Nov 11, 2023
PR-URL: #50131 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.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
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.
Ref nodejs/performance#106