Re: [Numpy-discussion] Decorator to access intermediate results in a function/algorithm

2010-06-28 Thread Michael Droettboom
What are the implications of this with respect to memory usage? When working with large arrays, if the intermediate values of a number of functions are kept around (whether we want to access them or not) could this not lead to excessive memory usage? Maybe this behavior should only apply

Re: [Numpy-discussion] Decorator to access intermediate results in a function/algorithm

2010-06-28 Thread Pietro Berkes
Dear Mike, Thanks for the feedback. On Mon, Jun 28, 2010 at 12:51 PM, Michael Droettboom md...@stsci.edu wrote: What are the implications of this with respect to memory usage?  When working with large arrays, if the intermediate values of a number of functions are kept around (whether we want