Skip to content

richox/zmolly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

zmolly

zmolly is a generic data compressor with high compression ratio. it is based on LZP/PPM algorithm.

Simple benchmark with enwik8(100,000,000 bytes):

Tool Compressed Size
gzip 36518 KB
gzip -9 36445 KB
bzip2 29009 KB
xz 26376 KB
xz --extreme 26366 KB
uharc -mx md32768 23919 KB
zmolly 22525 KB

About

PPM compressor with high compression ratio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages