lua-users home
lua-l archive

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


On Fri, Feb 8, 2013 at 4:03 PM, Ivo Beltchev <ivo@ibeltchev.com> wrote:
> I have 2 machines, running the exact same code (both Lua and C). They both
> start from a clean state. The order of insertions is identical and the data
> being inserted is also identical.
>
> Is there a set of limitations (like – “keys can only be strings”) that if I
> follow them, pairs() will produce identical iteration order?

i guess that different memory pressure would be enough to alter the
traversal order.


--
Javier