Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript speed does not "continue to be fast regardless of the size of the project" #16

Closed
bcherny opened this issue Jul 5, 2017 · 1 comment

Comments

@bcherny
Copy link

bcherny commented Jul 5, 2017

See microsoft/TypeScript#13538

@niieani
Copy link
Owner

niieani commented Jul 6, 2017

The note regards only type-checking time, not transpilation time (since Flow is not a transpiler). It's a valid point though, we should clear it up.

Naturally, the total speed is going to go down with the size of the project, though the relation is more like O(n) in the case of TypeScript, and O(n^2) in the case of Flow. These are purely observational, and we need solid benchmarks to prove or disprove my claims.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants