Gupta
09-06-2018, 19:16
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
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