This PR implements an asynchronous version resulting in time savings. Actually, it fetches all the pages simultaneously. In the old version, a search cost at least 30 seconds while in this new version it just takes 5 seconds.
The only caveat is its dependency on two new modules: http3 and 'httpx`.
This PR implements an asynchronous version resulting in time savings. Actually, it fetches all the pages simultaneously. In the old version, a search cost at least 30 seconds while in this new version it just takes 5 seconds. The only caveat is its dependency on two new modules:
http3
and 'httpx`.