jshint-eclipse
jshint-eclipse copied to clipboard
Add support for running validation in parallel
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.
I would contribute to solve this problem. JSHint on Eclipse takes me too much time. Where should I start to look?
I implemented it in my fork, enjoy.