File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ Hyperfine measurements show a ~15-20% improvement in lint time:
120120
121121### Comparison: Project Service Uncached File System Stats
122122
123+ > 📌 Filed on TypeScript as [ ⚡ Performance: Project service doesn't cache all fs.statSync] ( https://github.com/microsoft/TypeScript/issues/59338 ) .
124+
123125This comparison shows the cost uncached ` fs.statSync ` calls inside the project service.
124126It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.
125127
@@ -175,6 +177,8 @@ Hyperfine measurements show a ~7-12% improvement in lint time:
175177
176178### Comparison: Project Service Uncached File System Path Reads
177179
180+ > 📌 Filed on TypeScript as [ ⚡ Performance: Project service doesn't cache all fs.realpath] ( https://github.com/microsoft/TypeScript/issues/59342 ) .
181+
178182This comparison shows the cost uncached ` fs.realpath ` calls inside the project service.
179183It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.
180184
You can’t perform that action at this time.
0 commit comments