accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Remove gzip & bzip2 dependency #136

Closed accosmin closed 7 years ago

accosmin commented 7 years ago

Following https://github.com/libarchive/libarchive/wiki/Examples#List_contents_of_Archive_stored_in_Memory, libarchive can uncompress gzip buffers on the fly. We can pass the file pointer directly to libarchive.

Should remove the bzip & the gzip wrappers.

accosmin commented 7 years ago

Libarchive does not support the compression format used by matlab (no magic header?!). So closing.