[Python-ideas] FW: Idea: Compressing the stack on the fly

Joshua Landau joshua at landau.ws
Thu Sep 12 06:29:12 CEST 2013


Does anyone actually write recursive Python code where the recursion
in a significant bottleneck? The only such code I can think of is
either for a tree, in which case stack depth is irrelevant, or bad
code.

Why would anyone care, basically?


More information about the Python-ideas mailing list