lua-users home
lua-l archive

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


> Lua 5.2 shows a little more than 14K and Lua 5.3 shows more than 20K.
> 
> That is a huge increase. What is causing that increase?

Probably the new utf8 library and the new string.pack and unpack functions.