meggart / DiskArrays.jl

Other
75 stars 14 forks source link

[Feature Request] Add function to compute chunksize on disk #190

Open felixcremer opened 2 weeks ago

felixcremer commented 2 weeks ago

As discussed at todays workshop, it would be good to have a function to compute the size of the chunks on disk. This should either take a diskarray to get the current chunksizes on disk or to get the estimated sizes from a Tuple of possible chunk sizes and an element type.