LuaJIT string concat
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LuaJIT string concat
- From: Henning Diedrich <hd2010@...>
- Date: 2011年4月13日 13:15:19 +0200
Hi list,
I am looking for the fastest executing way to create something
JSON-like in native Lua run by LuaJIT.
This seems to be like the atomic operation for it
'[' .. table.concat(t, ',') .. ']'
does a subtler approach come to mind for anybody, e.g. drawing more
explicitly from LuaJIT's strengths?
Thanks a lot,
Henning