Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 741 Bytes

PSIPERF.md

File metadata and controls

16 lines (12 loc) · 741 Bytes

PSI manipulation performance

  • understand distinction between PSI and ASTnodes
  • know that building the AST nodes requires a lot more CPU/memory than navigating the PSI built during indexing
  • caching of types can be added (c.f. rust/go/kotlin plugins) to improve analysis speed.

TODO