Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve duration via multi-threading while linting each filter #208

Open
piquark6046 opened this issue Jun 12, 2024 · 0 comments
Open

Improve duration via multi-threading while linting each filter #208

piquark6046 opened this issue Jun 12, 2024 · 0 comments

Comments

@piquark6046
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants