Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running validation in parallel #36

Open
johnpeb opened this issue Jan 28, 2013 · 2 comments
Open

Add support for running validation in parallel #36

johnpeb opened this issue Jan 28, 2013 · 2 comments
Labels

Comments

@johnpeb
Copy link

johnpeb commented Jan 28, 2013

JSHint is relatively computationally expensive and most developer computers have multiple cores.

JSHint currently runs in a single thread but it should take advantage of all cores.

@Marco-Sulla
Copy link

I would contribute to solve this problem. JSHint on Eclipse takes me too much time. Where should I start to look?

@syskin345
Copy link

I implemented it in my fork, enjoy.

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

No branches or pull requests

3 participants