lua-users home
lua-l archive

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



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