TurboRLE-Fastest Run Length Encoding
-
Updated
Apr 7, 2023 - C
TurboRLE-Fastest Run Length Encoding
Bitmap (bmp) file Run-Length Encoding (RLE) compression and decompression command line program, written in ANSI C for Unix/Linux
RLE compression implementation in C
Manipulate run-length encoded image masks
Bit-exact compressor and decompressor for the Nemesis file format.
Compression tools for 'Streets of Rage 2'
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).
Programa de cifrado y descifrado de textos en C
Simple RLE (Run-Lenght Encoding) encoding/decoding utility
2-PASS COMPRESSION ALGORITHM USING RLC.
I have worked on developing the implementation of Huffman Compression Algorithm on Strings along with run time encoding. Written in C, the program works on Min Heaps and Huffman Tree data structures. It uses Huffman algorithm—create a Huffman Tree using the frequencies of each character using heap data structure—and Run-time-encoding to compression
A multithreaded run-length-encoding compression utility for NYU CSCI 202 Operating Systems
This C tool implements the FM-Index Backward Search Algorithm to efficiently display matching records in BWT-RLE files without requiring decoding.
Information theory and encoding- run lenght encoding algorithm - bit slicing - common compression formats comparison
Portable Multithreaded Burrows-Wheeler Transform + Run Length Encoding Compressor/Decompressor
It features a data compression system combining Huffman Coding and Run-Length Encoding (RLE) for efficient text compression. It uses a Min Heap-based Huffman Tree for optimal encoding and a Trie structure for fast decompression. The project includes performance analysis of time and space complexity, offering a memory-efficient solution.
A terminal program to compress files using RLE
Add a description, image, and links to the run-length-encoding topic page so that developers can more easily learn about it.
To associate your repository with the run-length-encoding topic, visit your repo's landing page and select "manage topics."