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

Use ThreadPools to manage threads in Preview Repository #50

Closed
mintbomb27 opened this issue Oct 11, 2021 · 2 comments · Fixed by #55
Closed

Use ThreadPools to manage threads in Preview Repository #50

mintbomb27 opened this issue Oct 11, 2021 · 2 comments · Fixed by #55
Assignees
Labels
difficulty: medium Moderately difficult issues enhancement New feature or request hacktoberfest Welcome to opensource! help wanted Extra attention is needed

Comments

@mintbomb27
Copy link
Member

mintbomb27 commented Oct 11, 2021

Currently, new threads are created while scraping every repository. In order to increase efficiency, use the crate ThreadPool to manage the threads. This was discussed in #42 .

@mintbomb27 mintbomb27 added enhancement New feature or request help wanted Extra attention is needed difficulty: medium Moderately difficult issues hacktoberfest Welcome to opensource! labels Oct 11, 2021
@itmecho
Copy link
Contributor

itmecho commented Oct 11, 2021

Can I have a go at this one?

@mintbomb27
Copy link
Member Author

Hey sure! Assigning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium Moderately difficult issues enhancement New feature or request hacktoberfest Welcome to opensource! help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants