JLD.jl
JLD.jl copied to clipboard
Deprecate `mmaparrays`
trafficstars
I don't see a way this is going to work on 0.7, since we have no control over the alignment of arrays within the file. We could use UnalignedVectors.jl in the case where an array is saved to the file directly and not a field of an object, but I don't know if it's worth devoting that effort to this package.