[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua reference re-use
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 2 Aug 2015 11:43:12 -0300
> Why the standard implementation reuses old references? To keep the
> table in array form (rather than hash)?
Yes.
-- Roberto