About This File
CLS-bwt - Implementation of the BWT algorithm (Burrows–Wheeler Transform) for FreeArc.
It's not a stand-alone compressor, it's an intermediate filter that can improve subsequent compression by rearranging characters to produce repeating sequences. Quite situational and the efficiency depends on the input data.
Based on libsais from Ilya Grebnov
Options:
b=<block_size> - Block size for compression (default 16mb)
Requires 5 * block_size memory to work
Note: Parameters without the delimiter = are supported.