1 comment

[ 5.1 ms ] story [ 13.2 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.