accosmin / nano

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

Stream wrappers over gzip & bzip #101

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Should implement the gzip and the bzip2 decompression on the fly using an interface like istream or imstream. This should make the SVHN loading faster.

accosmin commented 8 years ago

Not really worth it as the first draft need to support both imstream_t and std::ifstream.