Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Improve performance by checking many files at once #11

@danvk

Description

@danvk

Here are timings for tests/underscore-any.ts:

creteHost 22 ms
creteProgram 710 ms
getSource / createScanner 0 ms
getTypeChecker 471 ms
getPreEmitDiagnostics 932 ms
checkFile 4 ms

The three slow calls could all be sped up by loading many ts files in one batch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions