Skip to content

Huffman algorithm based Encoder/Decoder written in C (normal, optimized, multithreaded and gpu (CUDA) versions)

Notifications You must be signed in to change notification settings

rengenesio/HuffmanC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuffmanC

Huffman algorithm based Encoder/Decoder written in C (normal, optimized, multithreaded and gpu (CUDA) versions)

Normal Version

Simple sequential Huffman algorithm Encoder/Decoder implementation. Edit the 'Makefile' with the desired compilator optimization option (-O0, -O1, -O2 or -O3) and compile: make normal

Optimized Version

Normal version with code optimizations for fastest execution. Edit the 'Makefile' with the desired compilator optimization option (-O0, -O1, -O2 or -O3) and compile: make optimized

Multithreaded Version

Multithreaded Huffman algorithm Encoder/Decoder implementation. Edit the 'Makefile' with the desired compilator optimization option (-O0, -O1, -O2 or -O3) and compile: make optimized

About

Huffman algorithm based Encoder/Decoder written in C (normal, optimized, multithreaded and gpu (CUDA) versions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published