[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[4]: table.join -> string.split?
- From: Gunnar Zötl <gz@...>
- Date: Tue, 19 Nov 2002 19:14:30 +0100
RI> Because it is quite easy to write a join in C, and it is much more
RI> efficient than its equivalent in Lua. A split in C is more difficult
RI> (among other things because of its endless variations), and would offer
RI> no significant performance gain over its equivalent in Lua.
OK, thanks for the info.
Gunnar