Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richox/zmolly

PPM compressor with high compression ratio.
https://github.com/richox/zmolly

algorithm compression

Last synced: about 1 month ago
JSON representation

PPM compressor with high compression ratio.

Awesome Lists containing this project

README

        

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 |