lua-users home
lua-l archive

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


On 12/17/07, Asko Kauppi <askok@dnainternet.net> wrote:
> What exactly is the problem here?

(are you answering me? sorry, top posting makes it hard to be sure)

my issue (and mark's, if i read him correctly) isn't with Lua code,
it's with C code that uses short strings, usually as return codes or
table keys.  using pushstring() feels unoptimal.  i haven't
benchmarked it, but i'm sure not interning the string every time would
be measurable.


-- 
Javier