Skip to content

lucasrpatten/compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compression

Python Compression Algorithm Attempt at WR level compression system, to be eventually submitted to hutter prize contest


Phase system

The compression system uses a phase system - each phase consisting of different algorithms and steps.

Phase 1 - English Words

Phase 1 replaces English words (of a certain length) with a shorter string, preserving bytes.

Phase 2 - Irregular Pattern Detection

Phase 2 uses an algorithm to detect patterns not visible to the human eye.

Releases

No releases published

Packages

No packages published

Languages