Also,
I've pointed at two of those limits that worry me some - namely
number of classes and number of co-routines, and had not
seen so far any feedback even whether they actually make sense.
A simple data analysis tasks that create a co-routine per row, and submit those
for workers with more than 1 million rows is something that just works today, and is not even
a burden in a desktop machine would hit such limits.
Is there an easy way to locate the data-structures that would be changed on cpython
that would need to be changed to limit classes and co-routines? I'd like to have at
least a little more concrete idea of what could possibly be optimized if they were capped.
js
-><-