1 comment

[ 3.1 ms ] story [ 7.6 ms ] thread
I've been learning about asyncio in python recently. I wondered if the overhead of starting up threads really justifies refactoring code to use asyncio. Here are the results of a really naive, non representative benchmark.