MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Caching of values and delayed sets

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39668] Caching of values and delayed sets
  • From: may106 at psu.edu (Nafod40)
  • Date: Sat, 1 Mar 2003 02:47:33 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hola Amigos,

I have a variable A that depends via a delayed set on variables B1
through B1000 that each depend via delayed set on variable C and other
a mixture of the other B's, which delayed set depends on some slow to
calculate function C:= slow[ ]. If you explode out the tree view of A
symbolically, the variable C might appear 5000 times in a messy
acyclic dependency graph.

How do I inject some smarts, so that, when asking for the value of A,
I only evaluate C:=slow[ ] once, and cache it and use the cached value
for every other time that I need C?


  • Prev by Date: Re: graph
  • Next by Date: Antiderivatives and Definite Integrals
  • Previous by thread: Re: graph
  • Next by thread: Re: Caching of values and delayed sets