[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage collection does not mean releasing memory
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 5 Jun 2015 11:09:11 -0300
> As I understand it, erasing never causes a structure to get smaller. I forget which operations will cause a structure to compact.
When the table resizes (as a result of adding new elements) it can go
larger or smaller, depending on the number of actual keys being used.
-- Roberto