| ▲ | Show HN: Runloom – Go-style coroutines for Python free-threaded(github.com) |
| 21 points by Uptrenda 4 hours ago | 11 comments |
| |
|
| ▲ | simonw an hour ago | parent | next [-] |
| 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. |
| |
| ▲ | CamouflagedKiwi 43 minutes ago | parent | next [-] | | > its hard to evaluate how much trust can be put in a project of this complexity at this early stage. I don't know, I'm not finding it hard to evaluate that at all. I've had bad enough experiences with gevent in the (now fairly distant) past, and that's a well-established project, just a subtle one with a large blast radius. This has all of those problems, plus is _much_ larger and I don't think can possibly have been tested as widely as I would want. I get maybe there's a lot of test code, but I think this kind of thing you only really know when the rubber meets the road. | |
| ▲ | tfrancisl an hour ago | parent | prev [-] | | 250k lines of code in one commit is reason enough to disregard the project entirely, IMO. Vibe code if one wants, but that is just madness... |
|
|
| ▲ | ksdme9 3 hours ago | parent | prev | next [-] |
| How does this compare with gevent? |
| |
|
| ▲ | hsnewman 2 hours ago | parent | prev | next [-] |
| Why not just use Go? |
| |
| ▲ | foxygen an hour ago | parent | next [-] | | Because you are have an existing app in Python. Because you need some library that is not available in Go. Because you prefer Python. All are valid reasons. | | | |
| ▲ | 7bit an hour ago | parent | prev [-] | | Someone desires attention .. |
|
|
| ▲ | Onavo 2 hours ago | parent | prev [-] |
| Is Python about to have its Project Loom moment? |