[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.concat - why so complex?
- From: Peter Hickman <peterhickman386@...>
- Date: Tue, 6 Apr 2010 13:42:54 +0100
The reason is to cut down on the number of strlen / strcpy operations required at the C level. Just a trade off of memory for performance.