mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
This is a temporary fix, it just stores compiled scripts in memory. It doesn't speed up the app start since the scripts need to be compiled once. Here are some numbers. #file load pre: 1.5 seconds post: 0.25 seconds #spec load pre: 5.4 seconds post: 0.36 seconds