Commit a8bc0ec
Parallel per-file type checking with concurrent project check
Run ParseAndCheckProject and per-file ParseAndCheckFileInProject
concurrently. The project check warms the FCS incremental builder;
parallel per-file checks share the builder and benefit from its
warmed state. Replaces sequential GetBackgroundCheckResultsForFileInProject
which bypasses FCS caches and always re-checks.
Benchmarked on a 24-file project: ~133s sequential → ~18s parallel.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 30d4e7c commit a8bc0ec
1 file changed
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
471 | 470 | | |
472 | | - | |
473 | | - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
474 | 480 | | |
475 | 481 | | |
476 | 482 | | |
| |||
0 commit comments