lua-users home
lua-l archive

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


HereI have a question needed your kindly answer.
I need to explain the data packets from the customer inside LUA. it needs to convey a string
inside LUA, so i use lua_pushlstring, but people response that lua_pushlstring is in low
efficiency and advise not to use it often. So please advise me how to do it?
thank you!