Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

linter-jshint causes Atom to hang for up to 30 seconds on large files #162

Closed
giedrius-timinskis opened this issue Aug 16, 2015 · 2 comments

Comments

@giedrius-timinskis
Copy link

I was loading the materialize.js file from the Materialize framework, and the Atom editor was unresponsive for around 30 seconds. I disabled the js-lint plugin, and the file opened immediately.

Let me know if I can provide any additional information.

@steelbrain
Copy link
Contributor

Yep, that's because we're running everything in the main thread. I did advise @iam4x about running cpu intensive calculations in a separate thread, but haven't received any reply yet.

@steelbrain
Copy link
Contributor

I am unable to repro this on the latest version, everything is run in a separate thread.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants