Re: Pooling of strings is good
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Pooling of strings is good
- From: Jay Carlson <nop@...>
- Date: 2014年8月25日 19:07:51 -0400
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.
- References:
- Re: Pooling of strings is good, Jay Carlson
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Sean Conner
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Philipp Janda
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Philipp Janda
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Axel Kittenberger
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Roberto Ierusalimschy
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Robert Virding
- Re: Pooling of strings is good, Coroutines