Article may be outdated

This article is 8 days old. Some details may have changed since publication.

Hacker News·4 min read·hard

Show HN: Runloom – Go-style coroutines for Python free-threaded

U
Uptrenda
Show HN: Runloom – Go-style coroutines for Python free-threaded
AI Summary

Runloom is a new library for Python that introduces Go-style stackful coroutines to enable high-concurrency, blocking-style code execution. By leveraging free-threaded CPython, it allows developers to run millions of fibers across multiple CPU cores without the complexity of async/await syntax.

Go-style stackful coroutines for Python. Write blocking code — fiber(fn) , plain recv / send , no async / await — and run a million of them across every core in one process. Hand-rolled asm context switch + C work-stealing scheduler + netpoll, built for free-threaded Python 3.14t (GIL off).

Continue reading on Headlinne

Create a free account to read the full article.

Read full article →
technologybusiness

Get the full story

Sign up for Headlinne to unlock AI insights, political bias analysis, and your personalized news feed.

Create free account

Already have an account? Sign in

Show HN: Runloom – Go-style coroutines for Python free-threaded — Headlinne — headlinne