|
Some Compressor
after a long time i opened my project directory and found this
this is the project i did at the start of the year
it's a single file compressor which compresses data based on entropy
if e = entropy
e>=99: store
e>=85:zstd
e>=50:lzham
else: fast-lzma2
it always reads from stdin and write to stdout
Last edited by Gupta; 09-06-2018 at 20:09.
|