thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

New filestream api #225

Open tyilo opened 7 years ago

tyilo commented 7 years ago

Currently reading compressed streams backwards are broken (the now disabled compressed_stream_backwards test sometimes fails).

We are implementing a new file stream api, which would support all 4 combinations of compressed/uncompressed serialized/unserialized streams.

For now the code lives here, but we hope to merge it into tpie, when we have implemented all features and it has been tested thoroughly.