inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
894 stars 182 forks source link

How to decompress an already compressed file with this? #107

Open kayanomatsuoka opened 2 years ago

kayanomatsuoka commented 2 years ago

I know this program compresses, then decompresses a file , measuring the speeds for both of them. However, is there a way to simply decompress a already decompressed file using any of the compression algorithms provided? If so, where is the decompressed output stored?

tansy commented 2 years ago

It's in memory, isn't it?