[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Deterministic table iteration
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 8 Feb 2013 16:09:00 -0500
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