Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/richox/zmolly
- Owner: richox
- Created: 2015-08-08T13:45:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T16:02:42.000Z (over 6 years ago)
- Last Synced: 2024-04-20T06:39:36.482Z (7 months ago)
- Topics: algorithm, compression
- Language: C++
- Size: 601 KB
- Stars: 30
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 |