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

[FEATURE] Add concurrency to improve execution speed #15

Open
0xk4b1r opened this issue Aug 23, 2023 · 0 comments
Open

[FEATURE] Add concurrency to improve execution speed #15

0xk4b1r opened this issue Aug 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@0xk4b1r
Copy link

0xk4b1r commented Aug 23, 2023

Currently, the script is running in a single thread which makes it quite slow, using something like go routines will make the script much faster, and execution time will reduce a lot

@0xk4b1r 0xk4b1r changed the title Add concurrency to improve execution speed [FEATURE] Add concurrency to improve execution speed Aug 23, 2023
@cowsecurity cowsecurity self-assigned this Aug 23, 2023
@cowsecurity cowsecurity added enhancement New feature or request good first issue Good for newcomers labels Aug 23, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants