JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Use `-j=auto` to set a number of parallel jobs to a number of CPUs #152

Open alies-dev opened 5 years ago

alies-dev commented 5 years ago

For performance reasons it's better to have a number of parallel jobs equals to a number of CPUs, like paratestphp/paratest do

alies-dev commented 4 years ago

@JakubOnderka is repo abandoned?