Skip to content

Commit 9d651f6

Browse files
docs: add two more TS issue pins
1 parent 73e32fd commit 9d651f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff 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+
123125
This comparison shows the cost uncached `fs.statSync` calls inside the project service.
124126
It 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+
178182
This comparison shows the cost uncached `fs.realpath` calls inside the project service.
179183
It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.
180184

0 commit comments

Comments
 (0)