Skip to content

Commit

Permalink
docs: add two more TS issue pins
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 18, 2024
1 parent 73e32fd commit 9d651f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Hyperfine measurements show a ~15-20% improvement in lint time:

### Comparison: Project Service Uncached File System Stats

> 📌 Filed on TypeScript as [⚡ Performance: Project service doesn't cache all fs.statSync](https://github.com/microsoft/TypeScript/issues/59338).
This comparison shows the cost uncached `fs.statSync` calls inside the project service.
It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.

Expand Down Expand Up @@ -175,6 +177,8 @@ Hyperfine measurements show a ~7-12% improvement in lint time:

### Comparison: Project Service Uncached File System Path Reads

> 📌 Filed on TypeScript as [⚡ Performance: Project service doesn't cache all fs.realpath](https://github.com/microsoft/TypeScript/issues/59342).
This comparison shows the cost uncached `fs.realpath` calls inside the project service.
It also was run on a common shape of linting: 1024 files with the "even" (triangle-shaped) imports layout.

Expand Down

0 comments on commit 9d651f6

Please sign in to comment.