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

Performance of checking JS files with multiple CPUs and/or cores

Open minduch opened this issue 1 year ago • 1 comments

Would it be possible to use an Java ExecutionService in JSHintBuilderVisitor to enable multi-threaded checking of JS files? We use a LOT of JS files and the slowest part in building all our projects is JSHint?

Does/would the JSHint environment/framework support multi-threading?

minduch avatar Jul 05 '23 14:07 minduch

Hi @minduch . I'm sorry to say, this project is 10 years old and not maintained anymore. Feel free to fork and improve.

However, you might be better off switching to state of the art tools, such as VSCode, ESLint, etc.

ralfstx avatar Jul 06 '23 10:07 ralfstx