Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Deserialization is inefficient #1300

Open
1 task done
smashwilson opened this issue Feb 5, 2019 · 2 comments
Open
1 task done

Deserialization is inefficient #1300

smashwilson opened this issue Feb 5, 2019 · 2 comments
Labels
startup time Work related to improving Atom's launch time.

Comments

@smashwilson
Copy link
Contributor

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

@smashwilson smashwilson added the startup time Work related to improving Atom's launch time. label Feb 5, 2019
@50Wliu
Copy link
Contributor

50Wliu commented Feb 5, 2019

Yeah, pretty much:

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

@smashwilson
Copy link
Contributor Author

😱

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
startup time Work related to improving Atom's launch time.
Projects
None yet
Development

No branches or pull requests

2 participants