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

Support data compression #52

Closed
fangq opened this issue Apr 28, 2019 · 1 comment
Closed

Support data compression #52

fangq opened this issue Apr 28, 2019 · 1 comment

Comments

@fangq
Copy link
Member

fangq commented Apr 28, 2019

When saving large arrays with repeated elements, data compression can save a huge amount of space.

This BSD licensed toolbox by Kota Yamaguchi uses matlab java interface to support gzip and zlib based compression. Use it for now.

https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities

For octave, need to find alternatively solution.

Ultimately, need a mex-based gzipencode/zlibencode package for portability.

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

No branches or pull requests

1 participant