mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Update README.md
This commit is contained in:
parent
c5151a4795
commit
2462d5a1ba
@ -25,8 +25,8 @@ be productive with cquery. Here's a list of implemented features:
|
|||||||
|
|
||||||
Eventually, cquery will be published in the vscode extension marketplace and you
|
Eventually, cquery will be published in the vscode extension marketplace and you
|
||||||
will be able to install and run it without any additional steps. To use cquery
|
will be able to install and run it without any additional steps. To use cquery
|
||||||
you need to clone this repository, build it, and then open vscode in this
|
you need to clone this repository, build it, and then run the vscode extension
|
||||||
folder.
|
in the `vscode-client` folder.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build cquery
|
# Build cquery
|
||||||
@ -96,7 +96,7 @@ cquery is able to respond to queries quickly because it caches a huge amount of
|
|||||||
information. When a request comes in, cquery just looks it up in the cache
|
information. When a request comes in, cquery just looks it up in the cache
|
||||||
without running many computations. As a result, there's a large memory overhead.
|
without running many computations. As a result, there's a large memory overhead.
|
||||||
For example, a full index of Chrome will take about 10gb of memory. If you
|
For example, a full index of Chrome will take about 10gb of memory. If you
|
||||||
exclude v8, webkit, and blink, it goes down to about 6.5gb.
|
exclude v8, webkit, and third_party, it goes down to about 6.5gb.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user