this repo has no description
commits
Author
Commit
Message
Date
Add MultiLevelCompressor that chains compressors together using
threaded pipelines for formats like tar.gz. Includes PipeReader/
PipeWriter for inter-stage streaming, Reader/Writer variants on
CmprssInput/CmprssOutput, and multi-level filename detection in
get_compressor_from_filename.
This is a large commit that adds the majority of the 'inferencing'
features that were the primary goal of this project from the
beginning.
This teaches cmprss how to pretty intelligently guess the correct
actions to take without being told explicitly.
This impl should be considered alpha.