Fast lossless data compression in Java
-
Updated
Dec 16, 2025 - Java
Fast lossless data compression in Java
A tool for calculating the Burrows-Wheeler transform (BWT) in a Map-Reduce fashion on Apache Spark Framework.
Text Compression is a program that compresses the physical size of text file (txt pdf etc) using Huffman, BWT and MTF. These three algorithms are combined in different sequences to check which combination does the most compression.
I along my project partner was given "Text Compression" as a final lab task. We were asked to combine 3 algorithms, huffman, BWT, MTF, in different orders to check which order does the most compression.
Add a description, image, and links to the bwt topic page so that developers can more easily learn about it.
To associate your repository with the bwt topic, visit your repo's landing page and select "manage topics."