JLD.jl icon indicating copy to clipboard operation
JLD.jl copied to clipboard

storing arrays with extendable dimensions

Open ExpandingMan opened this issue 8 years ago • 0 comments
trafficstars

I was wondering if any consideration has been giving to allow for the storing of arrays with variable dimensions, for example, using HDF5 chunking and the set_dims! function, so that an array in a JLD file could be extended later.

I wanted to use just plain old HDF5 and keep the format really simple for what I want to do, but the aggravation of using strings among other things led me here, where a huge amount of that work has been done already.

Thanks in advance.

ExpandingMan avatar Apr 04 '17 20:04 ExpandingMan