HiroakiMikami / atom-alloy

Atom package for [alloy modeling language](http://alloy.mit.edu/alloy/index.html)
MIT License
5 stars 2 forks source link

The package activation is too slow #9

Closed HiroakiMikami closed 8 years ago

HiroakiMikami commented 8 years ago

This spends about 200msec.

I thinks the best way is that the package initializes some processes (e.g, node-java) when the compile command is called for the first time.

HiroakiMikami commented 8 years ago

Activation is still too slow.