Skip to content

A home-brew compression engine using Huffman trees.

License

Notifications You must be signed in to change notification settings

GuildOfCalamity/Zippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon

Zippy

v1.0.0.0 - September 2024

Dependencies

Assembly Version
NET Core 6.0 (LTS)
  • A home-brew compression engine using Huffman trees.
  • Compression size is approximately 55% of the input size, for general text files. A savings which results in about half of the original file size!