Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
fs: improve error performance for fdatasyncSync#49898
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
pluris commented Sep 27, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Sep 27, 2023
joyeecheung left a comment
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.
I don't think we should introduce a seemingly new implementation by copying and repeating the original implementation & moving code to a new JS file which makes git blame harder to use. See #49593 (comment)
anonrig commented Sep 30, 2023
Hey @pluris can you rebase this pull request? You'll see that |
358c67e to 78b27c0Comparepluris commented Oct 1, 2023
anonrig commented Oct 1, 2023
pluris commented Oct 1, 2023
@anonrig I updated the description. |
anonrig commented Oct 1, 2023
The benchmark you're running doesn't exist in main or in your pull request. Can you add the file to your pull request? :-) @pluris |
pluris commented Oct 1, 2023
@anonrig Oh, sorry. I added it again. |
nodejs-github-bot commented Oct 1, 2023
pluris commented Oct 1, 2023
Oops, there was a part where the condition check was missing, so I modified it again and updated the benchmark. |
pluris commented Oct 2, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
@joyeecheung GetValidatedFd() has also been removed here, as described in #49880 (explanation). |
nodejs-github-bot commented Oct 2, 2023
nodejs-github-bot commented Oct 3, 2023
nodejs-github-bot commented Oct 4, 2023
Landed in f7a160d |
PR-URL: nodejs#49898 Refs: nodejs/performance#106 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #49898 Refs: nodejs/performance#106 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: nodejs#49898 Refs: nodejs/performance#106 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Refs: nodejs/performance#106