-
M99: A high speed compression algorithm which can
achieve arithmetic coder compression ratios on BWT data while maintaining encode/decode speeds
which rival Huffman coding. Currently, only an executable is available. Hopefully, source code
and paper at some point, time permitting.
-
M03: A very rough draft explaining the M03 algorithm.
The M03 algorithm is, to my knowledge, the first ever method for context based compression of the
Burrows/Wheeler Transform. As of this writting, the best compression ratios achieved by the Burrows/Wheeler
Transform are with an implementation of this algorithm from Mij4x. His implementation is available
here.
|