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

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


Comments URL: https://news.ycombinator.com/item?id=41679569

Points: 15

# Comments: 3

https://github.com/NeilBotelho/turboAsync

Created 2mo | Sep 28, 2024, 9:10:11 PM


Login to add comment

Other posts in this group

Ask HN: What open source projects need help?

Let's match open source projects that need help with developers looking to contribute. Think of this as "Who's Hiring" but for open source - a monthly thread to surface interesting projects that c

Nov 16, 2024, 6:50:09 PM | Hacker news
Show HN: ZQDGR a Script Runner for Golang

Hi everyone, recently I was a little tired with how development with Golang can be. I took it upon myself to build a runner for Golang that is quick and dirty, but good enough for me and this amal

Nov 16, 2024, 4:40:26 PM | Hacker news