Skip to content

Optimize file-tree parser and separate it to sub-process #140

Open
@robhrt7

Description

@robhrt7

Currently full file-tree processing can take more than 1s on large projects, and since it runs synchronously, it block everything else during the execution.

We should make this process async in all cases, except first app run, when no file-tree defined yet.

@cheshirsky

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions