On 09.07.2016, at 20:09 , Ryan Fitzer ryan@ryanfitzer.com wrote:
One suggestion: Support eslint_d, which reduces eslint time by about 80%
Thanks for the suggestion. Just took a look at it. To be honest, I hadn't really noticed any speed issues. After some profiling, the bundle executes in ~520ms, on average (MacBook Pro 2.5 GHz Intel Core i7). Definitely more than the ~160ms that eslint_d advertises, but I don't think the extra complexity and dependencies are worth it.
I found it too be a huge difference. I run eslint everytime I save and with eslint_d the window just pops up immediately, not after half a second.
Again, I really appreciate your feedback.
You’re welcome, thanks for your work!
Fabian