Skip to content

toborochi/Huffman-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding

alt text

What can this program do?

You can compress text files basically.

Can compress other kinds of files?

Try it! Technically you can load any type of file, but the compression will not necessarily work well.( In fact you can apply the same principle to compress images).

How fast does it compress?

Well, I did not do an analysis on this. But, more or less I did some tests with 1MB file (compressed in ~3 seconds), 10 MB file (compressed in ~22 seconds). Tested with the following specs: Intel64 Family 6 Model 78 Stepping 3 GenuineIntel ~2492 Mhz

How is the information stored?

alt text

Extra bits:

Things to do:

  • Performance improvement
  • A better explanation of how it works.

Releases

No releases published

Packages

No packages published

Languages