* recursive or loop
@ 2006-03-06 12:09 Michael Wohlwend
0 siblings, 0 replies; only message in thread
From: Michael Wohlwend @ 2006-03-06 12:09 UTC (permalink / raw)
To: caml-list
A friend of mine changed a recursive algorithm to an imperative one since that
is (he said) the only way to temporary stop the calculation and save the
state to disk and be able to continue it later. To continue he just loads the
saved state and jumps into his loop.
Is that true? How do I jump out of a recursive algorithm and be able to
continue it at the same point?
cheers
Michael
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-06 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-06 12:09 recursive or loop Michael Wohlwend
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox