Skip to content

mitchellhumphrey/Cpp-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mitchell Humphrey's Different Types of Compression

p8a

first byte, longest code length next byte, amount of items at code length 1 next byte, amount of items at code length 2 repeat until all values from 0 to first byte are stored

add zeros till first part to hear is full bytes

character, then code, looped from smallest to largest

amount of filler bytes at end of compressed message

compressed message

filler bits

p8a-python

First implementation I wrote of p8a comrpession, writen in python. Really slow. Only worth looking at if you hate Cpp code.

Other Libraries used

Uses tclap for flag setting for p8b and above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors