Very slow syntax analysis

Issue #64 resolved
Daniel Roziecki created an issue

Hi,

I have really fast PC. 32 GB RAM, Ryzen 7 oc (16 cores, 3.9 GHz), m.2 SSD, and still, syntax analysis for files with many errors (what is normal situation during big refactoring) is painfully slow.

Is there any chances to speed it up?

Regards

Daniel Roziecki

Comments (5)

  1. George Bakhtadze repo owner

    There are several analysis processes - lexing/parsing, error highlighting, unused unit checking, code structure building (marks on left gutter) - which one is slow? Is there any latency while editing code?

  2. George Bakhtadze repo owner

    This is all combined. It should speedup dramatically after implementation of stub indices.

  3. George Bakhtadze repo owner

    Stub indices are implemented. In v1.80 files up to 6K lines of code are handled in reasonable time.

  4. Log in to comment