Compressing a text file using count of continous characters

makkalot at gmail.com makkalot at gmail.com
Sat Dec 15 04:36:35 EST 2007


> > > XYZAAAAAAAADEFAAcdAA --> XYZ8ADEF2Acd2A
> (RLE), that saved a lot of googles....
I have written a rle in my first years in school. It compresses a bitmap 
image %50 compression is achivied :) The link :
http://arilaripi.org/index.php?option=com_remository&Itemid=26&func=fileinfo&id=273

And it is delphi but code is easy... In python it will be easier of course :)
>
> Thanks





More information about the Python-list mailing list