Message-ID: <CAPtbhHzrFNE+YOW6D3tkbEs3wfEBDB_djJ__PJj0997=n6WDrQ@mail.gmail.com>
Date: 2012-12-13T15:45:53Z
From: Suzen, Mehmet
Subject: recursion depth limitations
Hello List,
I am aware that one can set with recursion depth 'options(expressions
= #)', but it has 500K limit. Why do we have a 500K limit on this?
While some algorithms are only "solvable" feasibility with recursion
and 500K sounds not too much i.e. graph algorithms
for example dependency trees with large nodes easily reach to that number.
Best,
-m