Dear Mike,
Thanks for the feedback.
On Mon, Jun 28, 2010 at 12:51 PM, Michael Droettboom 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 to access the
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 when
Dear everybody,
This message belongs only marginally to a numpy-related mailing list,
but I thought it might be of interest here since it addresses what I
believe is a common pattern in scientific development. My apologies if
that is not the case...
The code can be found at http://github.com/pber