lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Anyway it boils down to: /is select function still a B-class citizen in
> PiL4?/

PiL4 has an explanation about select somewhat similar to the one in
PiL2. However, it makes it clear that loops over varargs with select has
a cost that is quadratic with the number of arguments.

-- Roberto