-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Multicore compilation on roadmap? #12987
Comments
Which company was that? I'd love to get one of your 64+ core machines. |
Really nice to know that there are organizations that still understand the value of this. In so many jobs nowadays a workstation is considered a luxury which is just ridiculous |
|
This is not in the scope of the TS compiler; this is rather in the realm of build orchestration/management tools. We achieve a similar result using MSBuild today in VS, and I am sure you can achieve the same with other build tools. |
Greetings,
Does the Typescript team have any plans for enabling multicore compilation? At my org, we're developing HTML5 applications with Typescript. Our test test laptops have 8 cores and the dev machines 64+ cores. It would be great to speed up builds by spreading compile jobs over multiple CPUs.
If not, I understand. The priorities of web development are a bit different than applications, and our setup is a bit core-happy. Just trying to get a sense of whether this is in the team's thoughts.
The text was updated successfully, but these errors were encountered: