[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Convert bytes array to string
- From: SATO Seichi <seichi@...>
- Date: Sun, 17 Mar 2002 12:07:51 +0900
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