Open piquark6046 opened 4 months ago
It seems that linting filters list runs via single-threading. If so, the duration of AGLint in GitHub workflow can be improved via multi-threading.
I believe that each filter excluding preprocessor directives can be linted simultaneously.
For this improvement, we can use P-Limit or P-Throttle.
It seems that linting filters list runs via single-threading. If so, the duration of AGLint in GitHub workflow can be improved via multi-threading.
I believe that each filter excluding preprocessor directives can be linted simultaneously.
For this improvement, we can use P-Limit or P-Throttle.