Skip to content

bordernone/Multithreaded-RLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded RLE Compression

This program is a multithreaded implementation of the Run Length Encoding (RLE) compression algorithm. It takes one or multiple files as input and outputs a compressed file. The program is written in C and uses the POSIX pthread library for multithreading.

Usage

./nyuenc file1.txt file2.txt > encoded.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published