Skip to content

Performance of node:fs #106

Open
nodejs/node
#49593
@anonrig

Description

node:fs is based on FSReqCallback and makes multiple C++ calls for any operation. There are lots of places where we could just open, stat and perform the operation using only 1 C++ call.

An example PR that provided performance boost was: nodejs/node#48658.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions