Closed Dekkonot closed 4 years ago
Creating several medium sized strings and then using table.concat on an array of them is faster than using table.concat on a bunch of small strings.
table.concat
Creating several medium sized strings and then using
table.concat
on an array of them is faster than using table.concat on a bunch of small strings.