Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 354 Bytes

File metadata and controls

7 lines (6 loc) · 354 Bytes

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