Re: (OT) Re: string immutability
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: (OT) Re: string immutability
 
- From: Andrew Starks <andrew.starks@...>
 
- Date: Sat, 4 Jan 2014 05:58:46 -0600
 
On Friday, January 3, 2014, Tom N Harris wrote:
Also, string.format in Lua 5.2 makes a lot more garbage than in 5.1. But I
don't think it's used for concatenating many strings that often.
--
tom <telliamed@whoopdedo.org>
That's why I use it, at least 60% of the time. Good to know that it makes lots of garbage...
-Andrew