eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

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

Open minduch opened 1 year ago

minduch commented 1 year ago

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?

ralfstx commented 1 year ago

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.