[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Speed of #t
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 13 Dec 2010 13:01:28 -0200
> Furthermore I wonder for what the current implementation of # makes
> any sense for an application except for strictly linear arrays, other
> than the t[#t +1]=v case which can perfectly be covered already with
> table.insert(t, v). [...]
Note that 'table.insert' is implemented using '#'.
-- Roberto
- References:
- Speed of #t (was: Re: [ANN] Lua 5.2.0 (alpha) now available, Dirk Laurie
- Re: Speed of #t, Enrico Colombini
- Re: Speed of #t, Axel Kittenberger
- Re: Speed of #t, Enrico Colombini
- Re: Speed of #t, David Kastrup
- Re: Speed of #t, Enrico Colombini
- Re: Speed of #t, David Kastrup
- Re: Speed of #t, Enrico Colombini
- Re: Speed of #t, Roberto Ierusalimschy
- Re: Speed of #t, Axel Kittenberger