Skip to content

Commit

Permalink
indexing_and_psi_stubs.md: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Jan 19, 2017
1 parent be37070 commit 146e1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basics/indexing_and_psi_stubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Indexing is a potentially long process. It's performed in background, and during
## Gists

Sometimes, the following conditions hold:

* the aggregation functionality of file-based indices is not needed. One just needs to calculate some data based on particular file's contents, and cache it on disk
* eagerly calculating the data for the entire project during indexing isn't needed (e.g. it slows down the indexing, and/or this data probably will ever be needed for a minor subset of all project files)
* the data can be recalculated lazily on request without major performance penalties
Expand Down

0 comments on commit 146e1d5

Please sign in to comment.