lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I try this test in

1) Lua 4.0 on Darwin 5.3
2) Lua 4.0 on Debian GNU/Linux 2.2
3) Lua 4.1w4 on Darwin 5.3
4) Lua 4.1w4 on Debian GNU/Linux 2.2

And in each case concatenation approach is faster.

So piece together with the disagreement with Eric's result,
I think Lua 4.1w4 makes some platform dependent optimization
around gsub function.

Does anyone knows abount this?

--
SATO Seichi