simonw

This is an intimidating amount of code! 12,303 lines of C and 244,740 lines of Python, which looks to be a ton of monkeypatching plus huge amounts of test code.

Only one commit added all of that, just two hours ago.

The published numbers are impressive, but its hard to evaluate how much trust can be put in a project of this complexity at this early stage.

show comments
ebeirne

This is a seriously impressive project. I see your pitch is M:N work-stealing across real cores on free-threaded 3.13t/3.14t which i think is only possible because nogil now exists. which makes gevent seem lackluster in comparison

ksdme9

How does this compare with gevent?

show comments
hsnewman

Why not just use Go?

show comments
Onavo

Is Python about to have its Project Loom moment?