-
"A Solution For Context Based Blocksort Compression: The M03 Algorithm"
A very rough draft paper detailing the M03 compression algorithm. M03 is the first encoding method that can encode the
results of the Burrows/Wheeler Transform with respect to the context switches of the original pre-BWT signal. The initial
results of this algorithm show that it is as strong as PPMII (795,000 on the 18 files of the Calgary corpus).
-
"RLE-EXP: A Logarithmic Run Length Encoding Scheme"
A reprint of my original paper "A Second Modified Run Length Encoding Scheme For Blocksort Transformed Data."
This is a very agressive RLE scheme which introduces no new symbols into the RLE transformed stream.
|