Thank you, Tobi. michele On Sun, Oct 23, 2016 at 7:35 PM, 'Tobias Knopp' via julia-users < julia-users@googlegroups.com> wrote:
> Dear Michele, > > yes the assumption is absolutely valid. Julia arrays are stored > column-major ordered in memory and this will not change. Since write does > only dump the memory on disk this is also not going to change. > > Cheers, > > Tobi > > > Am Mittwoch, 19. Oktober 2016 09:03:49 UTC+2 schrieb Michele Zaffalon: >> >> On Thursday, October 13, 2016 at 3:38:36 PM UTC+2, Steven G. Johnson >> wrote: >>> >>> write on a numeric array will output the raw bytes, i.e. Column-major >>> data in the native byte order. >>> >>> >>> Would it be a reasonable assumption that reshaping will not change the >> ordering in future Julia implementations? >> >