lua-users home
lua-l archive

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


> using pushstring() feels unoptimal.

That's the problem: it *feels* unoptimal but in reality, as Rici reported,
it does not make any actual difference, not enough to warrant a complicated,
error-prone, ugly API...

Yet another lesson at the wrong perceptions that we programmers have about
performance...