[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Weak tables (was Re: package proposal)
- From: Mark Hamburg <mhamburg@...>
- Date: Sun, 19 Sep 2004 12:47:15 -0700
on 9/18/04 7:17 AM, Wim Couwenberg at debosberg@yahoo.com wrote:
> local cache = setmetatable({}, {__mode = "v"})
Would it make sense to provide standard globals for the various metatables
for weak tables? Or are they a small enough fraction of the average heap
that sharing them doesn't make much difference?
Mark