
16 Sep
2010
16 Sep
'10
5:06 p.m.
2010/9/16 Evan Laforge
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?
It seems the code from the paper is on hackage: http://hackage.haskell.org/package/Adaptive Cheers, Thu