Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Improve Atom startup time #75

Merged
merged 2 commits into from
Nov 19, 2016

Commits on Nov 18, 2016

  1. Improve Atom startup time

    Before this change, activation was done on Atom startup, whether or not
    you actually had any CoffeeScript files open.
    
    With this change in place, we postpone activation until the Atom
    CoffeeScript grammar's first use.
    
    This improves startup time of my Atom by about 29ms, thus fixing one of
    the top startup time offenders according to TimeCop.
    
    For some frame of reference, I have 87 packages installed, and Timecop
    lists all packages with startup times above 5ms.
    walles committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    27b3e22 View commit details
    Browse the repository at this point in the history
  2. Remedy review feedback

    walles committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    14edd72 View commit details
    Browse the repository at this point in the history