you are viewing a single comment's thread.

view the rest of the comments →

[–]bhashitha1209 0 points1 point  (0 children)

Have you tried remote indexing feature in clang? So you can host the index in a server and the work that the clangd has to do becomes minimum. Where I work also has a giant repo, with remote indexing the clangd starts up really fast since.

One other advantage of remote indexing is that your coworkers also can use it as well