A comparison of response times using URLLib, GRequests, and asyncio
For the HiPS client as multiple tiles have to be fetched for time efficiency, concurrency has to be achieved. So, a comparison was done utilizing Python's threading library. The elapsed time was calculated using time. For fetching the tiles urllib, grequests, aiohttp, asyncio were used. The survey c ...READ MORE...