-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make VT requests multithreaded #30
Comments
@YamatoSecurity |
@fukusuket Oh great, thanks! |
@YamatoSecurity |
@fukusuket It has nothing to do with parallelization. Right now we have to include extra DLLs for Windows and compile with |
I see, I understand that we can remove the extra dependency :) I will try Puppy💪 |
Puppy's compile error(with Nim 2.0.0) was fixed by merging the following PR ^^ |
I would like to make the VT requests (vt-domain-lookup, vt-hash-lookup, vt-ip-lookup commands) multithreaded to make VT lookups much faster.
Also, I would like to use Puppy for HTTPS requests if possible as it does not require including extra DLLs, etc... However, we need to test that it works on Win, mac and linux first.
@fukusuket Are you interested in this?
The text was updated successfully, but these errors were encountered: