[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: sunday afternoon whishlist
- From: Arseny Vakhrushev <arseny.vakhrushev@...>
- Date: Wed, 12 May 2010 15:00:21 +0400
>> Bit cheaper then a table, easy to implement, easy to understand and, like a table, grows linearly with each added element. And, unlike a table, it can handle nils just fine.
>>
>> I'd like to see it become part of baselib in 5.2.
> In the meantime:
> http://lua-users.org/lists/lua-l/2007-08/msg00359.html
Those all create a temporary table {...}. Alex proposes a next-function which traverses through N defined
elements of the calling function's stack (the arguments). That would be very cheap.
Seny
- References:
- sunday afternoon whishlist, Klaus Ripke
- Re: sunday afternoon whishlist, Juris Kalnins
- Re: sunday afternoon whishlist, Quae Quack
- Re: sunday afternoon whishlist, HyperHacker
- Re: sunday afternoon whishlist, Juris Kalnins
- Re: sunday afternoon whishlist, HyperHacker
- Re: sunday afternoon whishlist, Juris Kalnins
- Re: sunday afternoon whishlist, Roberto Ierusalimschy
- Re: sunday afternoon whishlist, HyperHacker
- Re: sunday afternoon whishlist, Patrick Donnelly
- Re: sunday afternoon whishlist, "J.Jørgen von Bargen"
- Re: sunday afternoon whishlist, Alex Davies
- Re: sunday afternoon whishlist, Petite Abeille