-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
Description
Currently the ES module resolver and CJS resolver do not share their stat cache or package configuration cache.
Sharing these caches would significantly improve boot performance of applications that contain mixed CommonJS and ESM (currently very few, but soon to be most, we hope!)
I wanted to create this issue to track that optimization work.
bricss, MylesBorins, antsmartian and juanarbol
Metadata
Metadata
Assignees
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.