
16 Sep
2010
16 Sep
'10
2:59 p.m.
2010/9/16 Alexey Karakulov
Hi. I'm writing GUI (gtk) program which purpose is take some data as user input, perform some evaluations, and produce some plots and coefficients. Since some evaluations take significant time (about 10 seconds), I try to cache results. The problem is that dependency structure is quite complicated, something like this:
You might do a search for "monads for incremental computing". I skimmed the paper, but it didn't really fit my problem so I never implemented it. It sounds like your problem might be a bit closer?