[Numpy-discussion] iteration slowing, no increase in memory

Hans Meine meine at informatik.uni-hamburg.de
Fri Sep 11 11:21:56 EDT 2009


On Thursday 10 September 2009 19:03:20 John [H2O] wrote:
> I have a routine that is iterating through a series of directories, loading
> files, plotting, then moving on...
>
> It runs very well for the first few iterations, but then slows tremendously

Maybe you "collect" some data into growing data structures and some of your 
algorithms have non-constant time complexity w.r.t the size of these?

HTH,
  Hans



More information about the NumPy-Discussion mailing list