Tag
Runloom is a new Python library that provides Go-style stackful coroutines and a work-stealing scheduler for free-threaded Python (3.13t/3.14t), allowing blocking code to run concurrently across cores without the GIL. It claims to match or beat Go in spawn throughput and scheduling performance.