Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unzip to memory for Matlab #128

Open
JimHokanson opened this issue Nov 24, 2016 · 1 comment
Open

unzip to memory for Matlab #128

JimHokanson opened this issue Nov 24, 2016 · 1 comment

Comments

@JimHokanson
Copy link
Collaborator

The Matlab implementation currently unzips to a directory, and then reads the files from the directory. It would be more performant to unzip directly to memory.

@JimHokanson
Copy link
Collaborator Author

The best option I've found so far seems to be:
https://github.com/nmoinvaz/minizip

This seems to be the most update to data version of minizip. An older version is also available in the main zlib repo.

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

No branches or pull requests

1 participant