Skip to content

Use ZipArchives for faster writing of data to disk#66

Open
fabmazz wants to merge 6 commits into
fhs:masterfrom
fabmazz:master
Open

Use ZipArchives for faster writing of data to disk#66
fabmazz wants to merge 6 commits into
fhs:masterfrom
fabmazz:master

Conversation

@fabmazz
Copy link
Copy Markdown

@fabmazz fabmazz commented Feb 25, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant