Hacker News new | ask | show | jobs
by ryukoposting 154 days ago
> It took ages to start. It was a memory hog and it was dog slow besides. My entire team got RAM upgrades

The more things change, the more they stay the same. I used to use VS Code on some very large C projects with 16GB of RAM, and my machine would grind to a halt while intellisense was indexing.

1 comments

The indexer was probably clangd, not Code itself.
IME more likely cpptools (which comes with vscode) than clangd.

Relevant: https://news.ycombinator.com/item?id=43788332

That's correct. Clangd doesn't churn nearly as hard as cpptools, but it's also not nearly as good as cpptools.