GitHub - pps83/libppmd: ppmd compressor (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
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
forked from svpv/ppmd-mini
- Notifications You must be signed in to change notification settings
- Fork1
- Star 0
ppmd compressor
0 stars 6 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
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
Stars
Watchers
Forks
Releases
No releases published
Packages
No packages published
Languages
- C 99.9%
- Makefile 0.1%