NPZ.jl
NPZ.jl copied to clipboard
Use ZipArchives for faster writing of data to disk
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.