lua-users home
lua-l archive

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


On Thu, Jun 23, 2016 at 1:16 PM, Philipp Janda <siffiejoe@gmx.net> wrote:

> I have attached another micro benchmark for iterating varargs. It appears that the break-even point is around 4 arguments in `...` (which is sooner than I expected):

I'd interpret your results a little differently: select is clearly preferential perf-wise for one or two arguments, then just use {...}.

Cheers,
V.