You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going through the code i found that the scan is being performed sequentially one by one.
The scan time can be improved significantly if multi-threaded approach is used.
Going through the code i found that the scan is being performed sequentially one by one.
The scan time can be improved significantly if multi-threaded approach is used.