[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Another attempt at SpeedingUpStrings
- From: "Javier Guerra" <javier@...>
- Date: Mon, 17 Dec 2007 15:03:56 -0500
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