Radio and PodcastRadio and PodcastLive Radio & Podcasts
#561: TonIO, a Multi-threaded Async Runtime for Python artwork
Technology

#561: TonIO, a Multi-threaded Async Runtime for Python

Talk Python To Me - Python conversations for passionate developers by Michael Kennedy

Sep 4, 202675:47Technology

How many cores does your machine have, 10, 18? Your async Python code uses just one of them. That isn't a bug in asyncio. That's the design, and optimizing event loops to be faster by 20% doesn't change it. So Giovanni B...