GitHub - pps83/libppmd: ppmd compressor (original) (raw)

Skip to content

Sign in

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

pps83 / libppmd Public

forked from svpv/ppmd-mini

ppmd compressor

0 stars 6 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory20 Commits
lib lib
vs vs
.gitattributes .gitattributes
.gitignore .gitignore
Makefile Makefile
README.md README.md
ppmd-mini.c ppmd-mini.c
ppmd.h ppmd.h

Repository files navigation

ppmd-mini - standalone PPMd compressor

ppmd-mini is a data compression tool with command line syntax similar to gzip. It uses the PPMd algorithm which provides superior compression for text files. Specifically, it uses "variant I" of this algorithm which is also used in Zip. PPMd was developed by Dmitry Shkarin; Igor Pavlov adapted his work for use in the 7-Zip project. ppmd-mini employs Ppmd8 compression and decompression routines from 7-Zip. Files created by ppmd-mini are compatible with the original PPMd implementation; they can also be decompressed with 7-Zip.

About

ppmd compressor

Resources

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

1 fork

Report repository

Releases

No releases published

Packages

No packages published

Languages