PHP-Parallel-Lint
PHP-Parallel-Lint copied to clipboard
read skip-linting.php from path instead of passing the code arround
improves linting speed for a few percent and prevent unnecessary IO.
ping @JakubOnderka
Ping @JakubOnderka
Hi @staabm, thanks for pull request! Why do you think it is faster? Because after your change, the file is loaded every time, before change it was loaded just once during initialisation. Did you measure it?