This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve Atom startup time Before this change, activation was done on Atom startup, whether or not you actually had any Python files open. With this change in place, we postpone activation until the Atom Python grammar's first use. This improves startup time of my Atom by about 100ms, fixing one of the top startup time offenders according to TimeCop.
- Loading branch information
1 parent
66cf745
commit 84d70dc
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters