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

Use ZipArchives for faster writing of data to disk

Open fabmazz opened this issue 1 year ago • 0 comments

I've switched to ZipArchives instead of ZipFile because I had to write large amounts of data to disk, and I found this way is faster.

I've tested the resulting files with python numpy and they work correctly. I've also added the compression flag (default to false) and the compression_level flag to support directly compressing the data when writing, speeding up a lot the process.

fabmazz avatar Feb 25 '25 10:02 fabmazz