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

Speed up pylint using multiple cores #29

Closed
tbekolay opened this issue May 13, 2019 · 1 comment
Closed

Speed up pylint using multiple cores #29

tbekolay opened this issue May 13, 2019 · 1 comment

Comments

@tbekolay
Copy link
Member

Pylint accepts a -j flag, which you can set as -j 0 to use all available CPUs. It speeds up execution on my machine quite a bit; checking the Nengo core source went from 37 seconds wall time to 12 seconds.

There might be reasons not to enable this flag though, hence why I'm making an issue about it rather than just doing it in an open PR.

@drasmuss
Copy link
Member

Done in #49

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

No branches or pull requests

2 participants