about strings in lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: about strings in lua
- From: "Todor Totev" <umbra.tenebris@...>
- Date: 2006年6月12日 00:01:21 +0300
Hello all,
If I remeber correctly I have read somewhere that strings in Lua
have special internal representation and Lua does not look at
every byte in them.
So, if I have two strings say 16MB large and they differ in only
1 bit will standard Lua catch the difference?
I'm building a test system with Lua and I must catch such differences.
Regards,
Todor