mcmilk / zstdmt

Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
Other
181 stars 33 forks source link

keep files decompressed to stdout #27

Closed tansy closed 7 months ago

tansy commented 7 months ago

Image my surprise when decompressing file to stdout input had been removed. Fortunately it wasn't file I couldn't reodwnload but still this is not standard behaviour. Gzip, nor bzip wouldn't do that. I think it should be kept as it's not what anyone expects as no other compressor does that.