Comment on Show HN: Runloom – Go-style coroutines for Python free-threadedparentComments−UptrendaOP2moThis seems kind of like a laughable and shallow reason for you to disregard my entire project.book too largedidn't read0/10, hehMost of that code is from:(1) simulating all of asyncio (not a main feature)(2) monkey patching (not a main feature)(3) synthetic program suite (dynamically built sample projects)(4) entirety of the asyncio test suite in the test dir(5) and other testsThe actual code surface for the run time is very small. The parent comment just ran a blind measure over the whole repo.
Comments
This seems kind of like a laughable and shallow reason for you to disregard my entire project.
Most of that code is from:
(1) simulating all of asyncio (not a main feature)
(2) monkey patching (not a main feature)
(3) synthetic program suite (dynamically built sample projects)
(4) entirety of the asyncio test suite in the test dir
(5) and other tests
The actual code surface for the run time is very small. The parent comment just ran a blind measure over the whole repo.