[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Implemented fast string append and a new call a = string.append(a, b)
- From: "Paul Sheer" <paulsheer@...>
- Date: Sat, 29 Nov 2008 22:43:03 +0200
> > It's faster by a factor of 30 than addString of section
> > 11.6 of PIL
> > I hope this will encourage someone to do this properly at
> > some point.
> > [snip]
>
> Whoa... for performance, everybody uses table.concat. Have you
> benchmarked your function against table.concat?
>
yes, 30x faster than addString
-paul