jshint-eclipse icon indicating copy to clipboard operation
jshint-eclipse copied to clipboard

Add support for running validation in parallel

Open johnpeb opened this issue 12 years ago • 2 comments

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.

johnpeb avatar Jan 28 '13 17:01 johnpeb

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

Marco-Sulla avatar Dec 12 '16 00:12 Marco-Sulla

I implemented it in my fork, enjoy.

syskin345 avatar Jul 17 '19 03:07 syskin345