Best computer specs for TypeScript Go development #3294
Unanswered
Alex Crișan (alexwork1611)
asked this question in
Q&A
Replies: 1 comment 2 replies
|
To get the most out of the TypeScript Native extension, prioritize latency over core count. Focus on a CPU with a large L3 Cache (30MB+, like AMD X3D) for faster type-graph analysis and a high single-core boost (5.0GHz+) for instant autocomplete. Pair it with an NVMe SSD that has a DRAM cache to handle the thousands of tiny file reads in node modules without stuttering. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like to hear your opinion on what the best setup is for developing with the new TypeScript Native extension in VS Code. What are some things that I should look for (except for at least 32 GB of RAM)? Should I look for CPU cache sizes, multi-threading performance etc.?
All reactions