accosmin / nano

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

Cleanup the file processing classes #52

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Investigate if possible to use libarchive instead of bzip and gzip directly. Unit test to check the interface of mstream.

accosmin commented 8 years ago

test_buffer tests the saving of buffer_t to files and the loading of buffer_t from files and from mstream_t.