Reinventing Python's AsyncIO

The post explores a redesign of Python’s async runtime, arguing that the current async/await and event-loop model adds unnecessary complexity, and proposing a simpler runtime where concurrency is handled automatically without explicit async syntax.The author experiments with a new runtime approach that can run async workloads 2–3.5× faster than traditional asyncio, suggesting Python’s co...

https://blog.baro.dev/p/reinventing-pythons-asyncio

Reinventing Python's AsyncIO | Fluxus by gi0baro

My journey (so far) in rethinking Python's async code execution

Fluxus by gi0baro