On 2013-10-30, jonas.thornv...@gmail.com <jonas.thornv...@gmail.com> wrote:

> I am searching for the program or algorithm that makes the best
> possible of completly (diffused data/random noise) and wonder what
> the state of art compression is.

[...]

> It is of course lossless compression i am speaking of.

For completely random noise, the CAT compression algorithm will
acheive the maximum theoretical result.  It's been available on Unix
systems for decades via the "cat" command.

It's also trivial to implement in your own code if you desire.

-- 
Grant Edwards               grant.b.edwards        Yow! I put aside my copy
                                  at               of "BOWLING WORLD" and
                              gmail.com            think about GUN CONTROL
                                                   legislation...
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to