lua-users home
lua-l archive

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


On Aug 25, 2014, at 6:19 PM, Coroutines <coroutines@gmail.com> wrote:

> When a string is created a hash is computed based on the contents of that string.

In 5.2.1 and later, strings longer than LUAI_MAXSHORTLEN (default 40) are not interned on creation.