pilosus / pip-license-checker

Check license types for third-party dependencies: permissive, copyleft, proprietory, etc.
https://blog.pilosus.org/posts/2021/09/07/pip-license-checker/
Other
68 stars 3 forks source link

Parallelize HTTP requests #35

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

As for now HTTP requests are done using map. We can easily speed up the command run using pmap and not forgetting about shutdown-agents (see more here)