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

Latest commit

 

History

History
16 lines (10 loc) · 655 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 655 Bytes

Kompakt

Kompakt is a data compression tool designed to squeeze the most compression out of your files while minimizing the drain on your computer's resources. Unlike other programs that might sacrifice compression for speed or ease of use, Kompakt prioritizes maximizing the compression ratio while still being relatively efficient in terms of CPU and memory usage.

Also intended to be the go version of cmix

Algorithms

  • Shannon
  • Huffman
  • Lempel-Ziv
  • Prediction by Partial Matching (PPM)

Basic Benchmark Goal