atom/tree-view

Deserialization is inefficient

Opened this issue · 2 comments

Prerequisites

Description

Tree-view startup and deserialization takes a fair chunk of time. It's possible we're triggering a synchronous directory walk of the project structure.

Steps to Reproduce

N/A

Versions

N/A

Additional Information

N/A

Yeah, pretty much:

// Public: Perform a synchronous reload of the directory.
is called on every expanded directory, recursively.

😱