jacobdufault / cquery

C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, semantic highlighting and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement memory cache.

ci70 opened this issue · comments

commented

Implement a memory cache to reduce writes/reads on HDD/SSD.
For systems with a lot of memory this would reduce latency even more.