clangd is using as many threads as logical cores for BackgroundIndex
by default. We observed that it increases latency of foreground tasks.
This patch aims to change that default to number of physical cores to get rid of
that extra latency.
Differential D57819
[clangd] Reduce number of threads used by BackgroundIndex to number of physical cores. kadircet on Feb 6 2019, 7:12 AM. Authored by
Details
clangd is using as many threads as logical cores for BackgroundIndex This patch aims to change that default to number of physical cores to get rid of
Diff Detail
Event TimelineComment Actions LGTM. |