in reply to (tye)Re: Garbage collection of 'my' variables
in thread Garbage collection of 'my' variables

Agreed, memory consumption in this program should not grow over time unless the data used in the lexicals is larger on a later run. I thought he was asking why the memory used by his sub wasn't being released when the sub has finished. I didn't see any mention of it growing over time.

I guess it's a tricky distinction to get across simply. Sorry for any confusion this may have caused people.

  • Comment on Re: (tye)Re: Garbage collection of 'my' variables