Find limit of recursion: Difference between revisions

m
Line 966:
With the TCO optimizations:
# the arity-0 function is not only unconstrained by memory but is fast and remains fast; it requires only 360 KB (that is KB).
# the arity-1 function is, once again, more effectively constrained by performance than by memory: the test process process was terminated after 412,000 iterations simply because it had become too slow; at that point it had only consumed about 74.6 MB.
 
=={{header|Liberty BASIC}}==
2,492

edits