Re: Handling external file workflows in D — best approach for consistency across runs?
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Sun Apr 26 18:10:32 UTC 2026
On 27/04/2026 5:55 AM, Alisha Winson wrote:
> Would appreciate any insights or pointers.
>
> Thanks!
Off the top of my head, take a look at your data structures.
A lot of data structures including AA's do not guarantee order and that
could change per execution.
It may also come from the file system with an unpredictable order as
well so it would best to do a sort in a dynamic array if you want
determinism.
More information about the Digitalmars-d
mailing list