Hacker News new | ask | show | jobs
by dekhn 2118 days ago
Hmm, let's see. The last time I blew the computer's stack due to tree recursion was in 1995 (it was six levels deep). Since then, I've never seen a stack overflow due to tree recursion (presumably because none of the trees I've operated on were deeper than the hardware stack, and I switched from C to Python where the stack is far, far deeper).

If I were writing a server that needed better memory requirements, I could certainly transform my code if desired.