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

Utilizing Async Instead of Multiprocessing for Subdomain Generation from Multiple Sources #5

Open
AmirAflak opened this issue Oct 3, 2023 · 0 comments
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed

Comments

@AmirAflak
Copy link
Owner

The current implementation of subdomain generation in the "core.py" file of the "subfinder" module uses multiprocessing to speed up the process. However, multiprocessing can be resource-intensive and may not be the most efficient solution for this task. This issue proposes to explore the use of asynchronous programming instead of multiprocessing to improve the performance of subdomain generation from multiple sources. The goal is to reduce resource usage and improve the overall efficiency of the subdomain generation process. This issue will involve refactoring the existing code to use async and testing the performance improvements against the current implementation.

@AmirAflak AmirAflak added enhancement New feature or request help wanted Extra attention is needed Hacktoberfest labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant