Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 686 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 686 Bytes

Antman

lossless (un)compress files

Performance

measured with make tests_run

  • HTML files: -33% to the original file size
  • PPM files: -66% to the original file size
  • TXT and LYR files: -21% to the original file size

Installation

  • install deps:
    • libc
    • cc (gcc)
    • make
git clone https://github.com/Saverio976/Antman.git
cd Antman
make

Usage

Compress

./antman/antman ./path/to/file 1 > ./file_compressed

Uncompress

./giantman/giantman ./path/to/file 1 > ./file_uncompressed

Contributors