[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tracking number of pairs in a dictionary
- From: Javier Guerra <javier@...>
- Date: Wed, 30 Sep 2009 12:03:26 -0500
On Wed, Sep 30, 2009 at 11:36 AM, Jorge <xxopxe@gmail.com> wrote:
>
> The pseudo pseudo code goes something like "if there's space in the
> table add the entry, else search for one entry to be replaced".
any reason why you can't just use a weak table and let the garbage
collector deal with it?
--
Javier