Show HN: Bringing multithreading to Python's async event loop

https://github.com/NeilBotelho/turboAsync
by nbsande • 2 years ago
82 46 2 years ago

This project explores the integration of multithreading into the asyncio event loop in Python.

While this was initially built with enhancing CPU utilization for FastAPI servers in mind, the approach can be used with more general async programs too.

If you’re interested in diving deeper into the details, I’ve written a blog post about it here: https://www.neilbotelho.com/blog/multithreaded-async.html

Related Stories

Loading related stories...

Source preview

github.com