FreeAllMedia / stimpak

An easy-to-use system for defining, discovering, and re-using code, text, and workflow patterns
http://stimpak.io
MIT License
8 stars 1 forks source link

Slow startup speed #16

Open dcrockwell opened 8 years ago

dcrockwell commented 8 years ago

See what can be done to improve the just-in-time transpiling time for generators

dcrockwell commented 8 years ago

Somewhat helped with ee995a31fa984ea51563ebc75af8af9a4e56f8f1

Still need to optimize the glob statement here: https://github.com/FreeAllMedia/stimpak/blob/develop/source/lib/cli/stimpak.cli.js#L371

dcrockwell commented 8 years ago

Turns out ee995a3 breaks transpiling on subgenerators, so I've reverted the change in develop.