An entropy compressor written by me. It uses a combination of blocksorting, move to front and
Huffman for transform and compression. I just implemented a very simple static Huffman because I
got tired of working on the arithmetic coder. So the results could be a lot better. Also I didn't
do much tweaking, things like an RLE stage after the
Burrows-Wheeler Transform could also increase
compression ratio and speed.