lua-users home
lua-l archive

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


> Yes, it would be great to hear "official" opinion from both Lua team
> and Mike.

Well, this is not an official opinion, but one possible approach would
be to break strings into two variants: short strings and long strings,
where long strings would not be interned any more.  More details later
(too late to write it now).

-- Roberto