File tree 1 file changed +4
-0
lines changed
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:
120
120
121
121
### Comparison: Project Service Uncached File System Stats
122
122
123
+ > 📌 Filed on TypeScript as [ ⚡ Performance: Project service doesn't cache all fs.statSync] ( https://github.com/microsoft/TypeScript/issues/59338 ) .
124
+
123
125
This comparison shows the cost uncached ` fs.statSync ` calls inside the project service.
124
126
It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.
125
127
@@ -175,6 +177,8 @@ Hyperfine measurements show a ~7-12% improvement in lint time:
175
177
176
178
### Comparison: Project Service Uncached File System Path Reads
177
179
180
+ > 📌 Filed on TypeScript as [ ⚡ Performance: Project service doesn't cache all fs.realpath] ( https://github.com/microsoft/TypeScript/issues/59342 ) .
181
+
178
182
This comparison shows the cost uncached ` fs.realpath ` calls inside the project service.
179
183
It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.
180
184
You can’t perform that action at this time.
0 commit comments