Update README.md

This commit is contained in:
Jacob Dufault 2017-04-17 22:18:46 -07:00 committed by GitHub
parent c5151a4795
commit 2462d5a1ba

View File

@ -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