lua-users home
lua-l archive

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


> Yes, that is a problem with this proposal, it adds the overhead of an
> extra type check to every numeric for (at least it is a one-time cost,
> not per-iteration).

I cannot see how to avoid a type check at each iteration, as each
iteration needs completely different behavior in each case.

-- Roberto