Async requests waving
nullswan opened this issue · 1 comments
nullswan commented
- Prevent sending same requests twice
- Send requests asynchronously
All of this will speedup by a lot the search.
dolevf commented
A bit of a nit question:
- Is it really that slow that it requires async calls? in most of my previous engagements the fingerprinting took less than a second.
- I don't see a whole lot of duplications when it comes to the fingerprinting requests, where do you see room for significant optimization?