[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Speed of #t
- From: Axel Kittenberger <axkibe@...>
- Date: Mon, 13 Dec 2010 15:38:58 +0100
> I did give an example of # usage that is not strict linear array:
> http://lua-users.org/lists/lua-l/2010-05/msg00401.html
> Maybe not the best use case, but still very handy !
Also in that case lowest # might be preferable for reusing job ids
than any #. Right now depending on Lua internals, it might as well for
ever increase, as the largest k is always a valid result as well.
- References:
- Re: [ANN] Lua 5.2.0 (alpha) now available, Dirk Laurie
- Re: [ANN] Lua 5.2.0 (alpha) now available, Enrico Colombini
- 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
- RE: Speed of #t, Cuero Bugot