mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04: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