[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Pooling of strings is good
- From: Coroutines <coroutines@...>
- Date: Mon, 25 Aug 2014 16:13:03 -0700
On Mon, Aug 25, 2014 at 4:07 PM, Jay Carlson <nop@nop.com> wrote:
> In 5.2.1 and later, strings longer than LUAI_MAXSHORTLEN (default 40) are not interned on creation.
Oh goodie, we can all go home now :D
...naah just kidding, I still need a way to present mutable userdata
to functions expecting strings without actually being strings :p
- 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
- Re: Pooling of strings is good, Jay Carlson