lua-users home
lua-l archive

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


> it looks like string.format still
> significantly outperforms "..", certainly if not all the parts are
> constant.

And _most_ certainly if numeric parts are involved, if you use %d.  Probably
because it avoids creating additional strings for these numbers?

--
Wim