3 votes1 answer374 views
Why is asyncio.gather slower than sequential requests in this script?
I expected these requests to run concurrently, but the async version is slightly slower. Code example There are about 80 URLs from the same API.
Code example
posted by Ava Thompson