2010/9/16 Evan Laforge <qdun...@gmail.com>:
> 2010/9/16 Alexey Karakulov <ankaraku...@gmail.com>:
>> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to